Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c216 #define GE_ENTRY(pGECtx) do{\ argument
219 GE_BeginDraw(pGECtx,TRUE);\
222 #define GE_RETURN(pGECtx, _ret) do{\ argument
224 GE_EndDraw(pGECtx,TRUE);return _ret;\
227 #define GE_ENTRY(pGECtx) do{}while(0); argument
228 #define GE_RETURN(pGECtx, _ret) return _ret; argument
236 #define DRV_GE_ENTRY(pGECtx,bHWSemLock) do{\ argument
237 … GE_CTX_LOCAL *pGECtxLocal = (GE_CTX_LOCAL*)pGECtx; \
282 #define DRV_GE_RETURN(pGECtx,bHWSemLock) do{ \ argument
283 … GE_CTX_LOCAL *pGECtxLocal = (GE_CTX_LOCAL*)pGECtx; \
[all …]
H A DdrvGE.h230 #define _GE_MUXTEX_ENTRY(pGECtx , POOL_ID)\ argument
232 GE_Get_Resource(pGECtx,TRUE);\
236 #define _GE_MUXTEX_RETURN(pGECtx, POOL_ID)\ argument
238 GE_Free_Resource(pGECtx, TRUE);\
241 #define _GE_MUXTEX_ENTRY(pGECtx, POOL_ID)\ argument
243 GE_Get_Resource(pGECtx,TRUE);
245 #define _GE_MUXTEX_RETURN(pGECtx, POOL_ID)\ argument
247 GE_Free_Resource(pGECtx, TRUE);
252 #define _GE_SEMAPHORE_ENTRY(pGECtx , POOL_ID)\ argument
254 MDrv_GE_Get_Semaphore(pGECtx, POOL_ID);\
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c60 #define GET_GE_ENTRY(pGECtx) do{\ argument
61 _GE_MUXTEX_ENTRY(pGECtx, E_GE_POOL_ID_INTERNAL_VARIABLE);\
67 #define RELEASE_GE_RETURN(pGECtx, _ret) do{\ argument
70 _GE_MUXTEX_RETURN(pGECtx, E_GE_POOL_ID_INTERNAL_VARIABLE);\
75 #define API_GE_ENTRY(pGECtx) do{\ argument
76 GET_GE_ENTRY(pGECtx);\
79 #define API_GE_RETURN(pGECtx, _ret, cmd) do{\ argument
80 RELEASE_GE_RETURN(pGECtx, _ret);\
84 #define API_GE_ENTRY(pGECtx) do{\ argument
85 _API_GE_ENTRY(pGECtx);\
[all …]