Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c271 … if(pGECtxLocal->pSharedCtx->u32LstGEClientId!=pGECtxLocal->u32GEClientId) \
277 … pGECtxLocal->pSharedCtx->u32LstGEClientId = pGECtxLocal->u32GEClientId; \
335 … if(pGECtxLocal->pSharedCtx->u32LstGEClientId!=pGECtxLocal->u32GEClientId) \
341 … pGECtxLocal->pSharedCtx->u32LstGEClientId = pGECtxLocal->u32GEClientId; \
389 … if(pGECtxLocal->pSharedCtx->u32LstGEClientId!=pGECtxLocal->u32GEClientId) \
395 … pGECtxLocal->pSharedCtx->u32LstGEClientId = pGECtxLocal->u32GEClientId; \
983 …|| ((pGECtxLocal->pSharedCtx->u32LstGEPaletteClientId!=pGECtxLocal->u32GEClientId) && pGECtxLocal-… in GE_Restore_PaletteContext()
986 pGECtxLocal->pSharedCtx->u32LstGEPaletteClientId = pGECtxLocal->u32GEClientId; in GE_Restore_PaletteContext()
3875 pGECtxLocal->u32GEClientId = ++pGEShared->u32GEClientAllocator; in MDrv_GE_Init()
3876 if(0 == pGECtxLocal->u32GEClientId) in MDrv_GE_Init()
[all …]
H A DdrvGE_private.h188 MS_U32 u32GEClientId; member