OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__glXGetCurrentContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c
87
* \c
__glXGetCurrentContext
can be implemented as trivial macro.
135
__glXGetCurrentContext
(void)
172
struct glx_context *cx =
__glXGetCurrentContext
();
185
struct glx_context *gc =
__glXGetCurrentContext
();
214
struct glx_context *oldGC =
__glXGetCurrentContext
();
glxclient.h
635
# define
__glXGetCurrentContext
() __glX_tls_Context
639
extern struct glx_context *
__glXGetCurrentContext
(void);
646
#define
__glXGetCurrentContext
() __glXcurrentContext
/external/mesa3d/src/glx/
glxcurrent.c
87
* \c
__glXGetCurrentContext
can be implemented as trivial macro.
135
__glXGetCurrentContext
(void)
172
struct glx_context *cx =
__glXGetCurrentContext
();
185
struct glx_context *gc =
__glXGetCurrentContext
();
214
struct glx_context *oldGC =
__glXGetCurrentContext
();
glxclient.h
635
# define
__glXGetCurrentContext
() __glX_tls_Context
639
extern struct glx_context *
__glXGetCurrentContext
(void);
646
#define
__glXGetCurrentContext
() __glXcurrentContext
Completed in 392 milliseconds