Searched refs:API_GE_RETURN (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/api/gfx/ |
| H A D | mapiGFX.c | 42 … API_GE_RETURN(g_apiGFXLocal.g_pGEContext, UTOPIA_STATUS_FAIL, eCmd);\ 79 #define API_GE_RETURN(pGECtx, _ret, cmd) do{\ macro 88 #define API_GE_RETURN(pGECtx, _ret , cmd) do{\ macro 99 #define API_GE_RETURN(pGECtx, _ret , cmd) do{\ macro 2719 API_GE_RETURN(g_apiGFXLocal.g_pGEContext, MapRet(GFX_SUCCESS), 0); in Ioctl_GFX_Init() 2735 API_GE_RETURN(g_apiGFXLocal.g_pGEContext, MapRet(u32Ret),0); in Ioctl_GFX_GetCaps() 2798 API_GE_RETURN(g_apiGFXLocal.g_pGEContext, MapRet(u32Ret),eCmd); in Ioctl_GFX_GetInfo() 2840 API_GE_RETURN(g_apiGFXLocal.g_pGEContext, MapRet(u32Ret), 0); in Ioctl_GFX_LineDraw() 2884 API_GE_RETURN(g_apiGFXLocal.g_pGEContext, MapRet(u32Ret), 0); in Ioctl_GFX_RectFill() 2928 API_GE_RETURN(g_apiGFXLocal.g_pGEContext, MapRet(u32Ret), 0); in Ioctl_GFX_TriFill() [all …]
|