Searched refs:_glapi_Context (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi.c39 const void *_glapi_Context; variable in typeref:typename:const void *
H A Dglapi.h79 #define _glapi_Context _mglapi_Context macro
98 _GLAPI_EXPORT extern const void *_glapi_Context;
106 _GLAPI_EXPORT extern void *_glapi_Context;
112 (likely(_glapi_Context) ? _glapi_Context : _glapi_get_context())
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi.c39 const void *_glapi_Context; variable in typeref:typename:const void *
H A Dglapi.h92 _GLAPI_EXPORT extern const void *_glapi_Context;
100 _GLAPI_EXPORT extern void *_glapi_Context;
106 (likely(_glapi_Context) ? _glapi_Context : _glapi_get_context())
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi.h66 #define _glapi_Context _mglapi_Context macro
83 const extern void *_glapi_Context;
93 extern void *_glapi_Context;
97 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context())
99 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context
H A Dglapi.c86 * the variables \c _glapi_Dispatch and \c _glapi_Context are used for this
90 * \c _glapi_Context will be \c NULL if an application is detected as being
92 * and \c _glapi_Context just like the case without any threading support.
93 * When \c _glapi_Dispatch and \c _glapi_Context are \c NULL, the thread state
98 * In the TLS case, the variables \c _glapi_Dispatch and \c _glapi_Context are
101 * \c _glapi_Context be hardcoded to \c NULL maintains binary compatability
114 PUBLIC const void *_glapi_Context = NULL; variable in typeref:typename:PUBLIC const void *
135 PUBLIC void *_glapi_Context = NULL; variable in typeref:typename:PUBLIC void *
160 _glapi_Context = context;
162 _glapi_Context
[all...]
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Du_current.h18 #define u_current_context _glapi_Context
H A Dmapi_glapi.c44 const void *_glapi_Context; variable in typeref:typename:const void *
/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Du_current.h18 #define u_current_context _glapi_Context
H A Dmapi_glapi.c44 const void *_glapi_Context; variable in typeref:typename:const void *

Completed in 7 milliseconds