Searched defs:pGECtx (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/drv/ge/ |
| H A D | drvGE.c | 216 #define GE_ENTRY(pGECtx) do{\ argument 222 #define GE_RETURN(pGECtx, _ret) do{\ argument 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 282 #define DRV_GE_RETURN(pGECtx,bHWSemLock) do{ \ argument 316 #define DRV_GE_ENTRY(pGECtx,bHWSemLock) do{\ argument 346 #define DRV_GE_RETURN(pGECtx,bHWSemLock) do{ \ argument 368 #define DRV_GE_ENTRY(pGECtx,bHWSemLock) do{\ argument 400 #define DRV_GE_RETURN(pGECtx,bHWSemLock) do{\ argument [all …]
|
| H A D | drvGE.h | 230 #define _GE_MUXTEX_ENTRY(pGECtx , POOL_ID)\ argument 236 #define _GE_MUXTEX_RETURN(pGECtx, POOL_ID)\ argument 241 #define _GE_MUXTEX_ENTRY(pGECtx, POOL_ID)\ argument 245 #define _GE_MUXTEX_RETURN(pGECtx, POOL_ID)\ argument 252 #define _GE_SEMAPHORE_ENTRY(pGECtx , POOL_ID)\ argument 258 #define _GE_SEMAPHORE_RETURN(pGECtx, POOL_ID)\ argument 263 #define _GE_SEMAPHORE_ENTRY(pGECtx, POOL_ID)\ argument 267 #define _GE_SEMAPHORE_RETURN(pGECtx, POOL_ID)\ argument
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gfx/ |
| H A D | mapiGFX.c | 60 #define GET_GE_ENTRY(pGECtx) do{\ argument 67 #define RELEASE_GE_RETURN(pGECtx, _ret) do{\ argument 75 #define API_GE_ENTRY(pGECtx) do{\ argument 79 #define API_GE_RETURN(pGECtx, _ret, cmd) do{\ argument 84 #define API_GE_ENTRY(pGECtx) do{\ argument 88 #define API_GE_RETURN(pGECtx, _ret , cmd) do{\ argument 96 #define API_GE_ENTRY(pGECtx) do{\ argument 99 #define API_GE_RETURN(pGECtx, _ret , cmd) do{\ argument 189 static void _API_GE_ENTRY(GE_Context* pGECtx) in _API_GE_ENTRY() 194 static MS_U16 _API_GE_RETURN(GE_Context* pGECtx, MS_U16 ret) in _API_GE_RETURN()
|