Home
last modified time | relevance | path

Searched defs:GET_CURRENT_CONTEXT (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mapi/glapi/
Dglapi.h101 # define GET_CURRENT_CONTEXT(C) struct gl_context *C = (struct gl_context *) _glapi_tls_Context macro
111 #define GET_CURRENT_CONTEXT(C) struct gl_context *C = (struct gl_context *) \ macro