HomeSort by relevance Sort by last modified time
    Searched full:_glapi_context (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mapi/glapi/
glapi.h 79 #define _glapi_Context _mglapi_Context
98 _GLAPI_EXPORT extern const void *_glapi_Context;
106 _GLAPI_EXPORT extern void *_glapi_Context;
112 (likely(_glapi_Context) ? _glapi_Context : _glapi_get_context())
glapi.c 39 const void *_glapi_Context;
  /external/mesa3d/src/mapi/
u_current.c 75 * the variables \c _glapi_Dispatch and \c _glapi_Context are used for this
79 * \c _glapi_Context will be \c NULL if an application is detected as being
81 * and \c _glapi_Context just like the case without any threading support.
82 * When \c _glapi_Dispatch and \c _glapi_Context are \c NULL, the thread state
93 * In the TLS case, the variables \c _glapi_Dispatch and \c _glapi_Context are
96 * \c _glapi_Context be hardcoded to \c NULL maintains binary compatability
u_current.h 21 #define u_current_context _glapi_Context
mapi_glapi.c 44 const void *_glapi_Context;

Completed in 110 milliseconds