Home
last modified time | relevance | path

Searched refs:g_gopDrvCtxLocal (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c358 #define g_gopDrvCtxLocal psGOPInstPri->g_gopDrvCtxLocal macro
360 GOP_CTX_DRV_LOCAL g_gopDrvCtxLocal; variable
2479 memset(&g_gopDrvCtxLocal, 0, sizeof(g_gopDrvCtxLocal)); in Drv_GOP_Init_Context()
2481 g_gopDrvCtxLocal.s32FdGFlip = -1; in Drv_GOP_Init_Context()
2486 g_gopDrvCtxLocal.pDrvCtxShared = pDrvGOPShared; in Drv_GOP_Init_Context()
2487 g_gopDrvCtxLocal.apiCtxLocal.pGOPCtxShared = & pDrvGOPShared->apiCtxShared; in Drv_GOP_Init_Context()
2489 …HAL_GOP_Init_Context(&g_gopDrvCtxLocal.halCtxLocal, &pDrvGOPShared->halCtxShared, bNeedInitShared); in Drv_GOP_Init_Context()
2490 g_gopDrvCtxLocal.apiCtxLocal.pGopChipProperty = g_gopDrvCtxLocal.halCtxLocal.pGopChipPro; in Drv_GOP_Init_Context()
2492 g_gopDrvCtxLocal.halCtxLocal.User_ConsAlpha_bits = DRV_VALID_8BITS; //const alpha : 8bits in Drv_GOP_Init_Context()
2493g_gopDrvCtxLocal.apiCtxLocal.pGopConsAlphaBits = &(g_gopDrvCtxLocal.halCtxLocal.User_ConsAlpha_bit… in Drv_GOP_Init_Context()
[all …]
H A DdrvGOP_priv.h123 GOP_CTX_DRV_LOCAL g_gopDrvCtxLocal; member