Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c6570 MS_BOOL resCtxInit; in Ioctl_GOP_Init() local
6582 resCtxInit = _GOP_Init_Ctx(pInstance,&bFirstInstance); in Ioctl_GOP_Init()
6583 APIGOP_ASSERT(resCtxInit, GOP_M_FATAL("failed to init GOP context\n")); in Ioctl_GOP_Init()
6598 resCtxInit = _GOP_Init_Ctx(pInstance,&bFirstInstance); in Ioctl_GOP_Init()
6599 APIGOP_ASSERT(resCtxInit, GOP_M_FATAL("failed to init GOP context\n")); in Ioctl_GOP_Init()
6971 MS_BOOL resCtxInit; in Ioctl_GOP_SetConfig() local
6982 resCtxInit = GOP_PreInit_Ctx(pInstance,&bFirstInstance); in Ioctl_GOP_SetConfig()
6983 APIGOP_ASSERT(resCtxInit, GOP_M_FATAL("failed to init GOP context\n")); in Ioctl_GOP_SetConfig()