Lines Matching refs:poolId
2235 GOP_M_INFO("Arrange GOP pool %d\n", pFBPool->poolId); in _GOP_ArrangePoolMem()
2258 APIGOP_ASSERT(pwinFB->in_use && pwinFB->poolId==pFBPool->poolId in _GOP_ArrangePoolMem()
2369 APIGOP_ASSERT(pwinFB->in_use && pwinFB->poolId==pFBPool->poolId in _GOP_FreePoolMem()
2478 APIGOP_ASSERT(pCurwinFB->in_use && pCurwinFB->poolId==pFBPool->poolId in _GOP_GWIN_CreatePoolFB()
2523 pwinFB->poolId = pFBPool->poolId; in _GOP_GWIN_CreatePoolFB()
2936 switch(pwinFB->poolId) in GOP_FB_Destroy()
2948 pwinFB->poolId = GOP_WINFB_POOL_NULL; in GOP_FB_Destroy()
3049 if ((GOP_WINFB_POOL_NULL!=pwinFB->poolId) && (GOP_FB_Destroy(pInstance,u32fbId) != GWIN_OK)) in GOP_Win_Destroy()
4463 pwinFB->poolId = GOP_WINFB_POOL_NULL; in GOP_CreateBufferByAddr()
4503 if ((GOP_WINFB_POOL_NULL!=pwinFB->poolId) && (GOP_FB_Destroy(pInstance,u32fbId) != GWIN_OK)) in GOP_Win_Destroy_Abnormal()
4646 pwinFB->poolId = GOP_WINFB_POOL_NULL; in GOP_GWIN_InitByGOP()
4716 pwinFB->poolId = GOP_WINFB_POOL_NULL; in GOP_GWIN_InitByGOP()
6624 g_pGOPCtxLocal->pGOPCtxShared->fbPool1.poolId= GOP_WINFB_POOL1; in Ioctl_GOP_Init()
6628 g_pGOPCtxLocal->pGOPCtxShared->fbPool2.poolId= GOP_WINFB_POOL2; in Ioctl_GOP_Init()
9956 if(pwinFB->in_use && GOP_WINFB_POOL_NULL== pwinFB->poolId) in Ioctl_GOP_SetFBInfo()