Searched defs:__glXGetCurrentContext (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcurrent.c87 * \c __glXGetCurrentContext can be implemented as trivial macro.
135 __glXGetCurrentContext(void) function
172 struct glx_context *cx = __glXGetCurrentContext();
185 struct glx_context *gc = __glXGetCurrentContext();
214 struct glx_context *oldGC = __glXGetCurrentContext();
H A Dglxclient.h635 # define __glXGetCurrentContext() __glX_tls_Context macro
639 extern struct glx_context *__glXGetCurrentContext(void);
646 #define __glXGetCurrentContext() __glXcurrentContext macro
/external/mesa3d/src/glx/
H A Dglxcurrent.c87 * \c __glXGetCurrentContext can be implemented as trivial macro.
135 __glXGetCurrentContext(void) function
172 struct glx_context *cx = __glXGetCurrentContext();
185 struct glx_context *gc = __glXGetCurrentContext();
214 struct glx_context *oldGC = __glXGetCurrentContext();
H A Dglxclient.h635 # define __glXGetCurrentContext() __glX_tls_Context macro
639 extern struct glx_context *__glXGetCurrentContext(void);
646 #define __glXGetCurrentContext() __glXcurrentContext macro

Completed in 351 milliseconds