Searched defs:__glXSetCurrentContext (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glx/
H A Dglxcurrent.c85 * \c __glXSetCurrentContext is written is such a way that this pointer can
93 __glXSetCurrentContext(struct glx_context * c) function
128 __glXSetCurrentContext(struct glx_context * c) function
162 __glXSetCurrentContext(&dummyContext);
262 * gc and __glXSetCurrentContext to properly handle our state in
282 __glXSetCurrentContext(gc);
H A Dglxclient.h628 extern void __glXSetCurrentContext(struct glx_context * c);
647 #define __glXSetCurrentContext(gc) __glXcurrentContext = gc macro

Completed in 97 milliseconds