Lines Matching refs:pGECtx
60 #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);\
88 #define API_GE_RETURN(pGECtx, _ret , cmd) do{\ argument
89 _API_GE_RETURN(pGECtx, _ret);\
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() argument
191 GET_GE_ENTRY(pGECtx); in _API_GE_ENTRY()
194 static MS_U16 _API_GE_RETURN(GE_Context* pGECtx, MS_U16 ret) in _API_GE_RETURN() argument
196 RELEASE_GE_RETURN(pGECtx, ret); in _API_GE_RETURN()