OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_glapi_Context
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mapi/glapi/
glapi.c
40
const void *
_glapi_Context
;
glapi.h
79
#define
_glapi_Context
_mglapi_Context
95
_GLAPI_EXPORT extern const void *
_glapi_Context
;
103
_GLAPI_EXPORT extern void *
_glapi_Context
;
111
(likely(
_glapi_Context
) ?
_glapi_Context
: _glapi_get_context())
116
# define GET_CURRENT_CONTEXT(C) struct gl_context *C = (struct gl_context *)
_glapi_Context
/external/mesa3d/src/mesa/drivers/dri/common/
dri_test.c
21
PUBLIC const void *
_glapi_Context
;
26
PUBLIC void *
_glapi_Context
;
/external/mesa3d/src/mapi/mapi/
mapi_glapi.c
44
const void *
_glapi_Context
;
Completed in 117 milliseconds