Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c3802 GE_Result MDrv_GE_Init(void* pInstance, GE_Config *cfg, GE_Context **ppGECtx) in MDrv_GE_Init() argument
3830 *ppGECtx = NULL; in MDrv_GE_Init()
3888 *ppGECtx = (GE_Context *)pGECtxLocal; in MDrv_GE_Init()
3923 GE_Get_Resource(*ppGECtx,TRUE); in MDrv_GE_Init()
3925 (*ppGECtx)->pBufInfo.srcfmt = ((GE_BufFmt)E_GE_FMT_ARGB1555); in MDrv_GE_Init()
3926 (*ppGECtx)->pBufInfo.dstfmt = ((GE_BufFmt)E_GE_FMT_ARGB1555); in MDrv_GE_Init()
3934 MDrv_GE_SetVCmd_W_Thread(*ppGECtx, 0x4); in MDrv_GE_Init()
3935 MDrv_GE_SetVCmd_R_Thread(*ppGECtx, 0x4); in MDrv_GE_Init()
3939 GE_Free_Resource(*ppGECtx, TRUE); in MDrv_GE_Init()
H A DdrvGE.h1157 GE_Result MDrv_GE_Init(void* pInstance, GE_Config *cfg, GE_Context **ppGECtx);