Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c2229 MS_U32 u32NextFBId = pFBPool->u32FirstFBIdInPool; in _GOP_ArrangePoolMem()
2354 u32CurFBId = pFBPool->u32FirstFBIdInPool; in _GOP_FreePoolMem()
2393 pFBPool->u32FirstFBIdInPool = pwinFB->nextFBIdInPool; in _GOP_FreePoolMem()
2463 u32CurFBId = pFBPool->u32FirstFBIdInPool; in _GOP_GWIN_CreatePoolFB()
2543 pFBPool->u32FirstFBIdInPool = u32fbId; in _GOP_GWIN_CreatePoolFB()
6623 g_pGOPCtxLocal->pGOPCtxShared->fbPool1.u32FirstFBIdInPool = INVALID_POOL_NEXT_FBID; in Ioctl_GOP_Init()
6627 g_pGOPCtxLocal->pGOPCtxShared->fbPool2.u32FirstFBIdInPool = INVALID_POOL_NEXT_FBID; in Ioctl_GOP_Init()
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.h1034 MS_U32 u32FirstFBIdInPool; member