Searched defs:GET_CURRENT_CONTEXT (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglapi.h67 ** Define the GET_CURRENT_CONTEXT() macro.
78 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
86 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
88 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Dglapi.h67 ** Define the GET_CURRENT_CONTEXT() macro.
78 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
86 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
88 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglapi.h78 ** Define the GET_CURRENT_CONTEXT() macro.
89 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
97 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
99 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglapi.h78 ** Define the GET_CURRENT_CONTEXT() macro.
89 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
97 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
99 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglapi.h78 ** Define the GET_CURRENT_CONTEXT() macro.
89 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
97 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
99 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglapi.h78 ** Define the GET_CURRENT_CONTEXT() macro.
89 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
97 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
99 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglapi.h78 ** Define the GET_CURRENT_CONTEXT() macro.
89 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
97 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
99 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglapi.h78 ** Define the GET_CURRENT_CONTEXT() macro.
88 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
96 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
98 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglapi.h78 ** Define the GET_CURRENT_CONTEXT() macro.
88 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
96 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
98 # define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglapi.h72 ** Define the GET_CURRENT_CONTEXT() macro.
82 #define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
90 #define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
92 #define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglapi.h72 ** Define the GET_CURRENT_CONTEXT() macro.
82 #define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_tls_Context macro
90 #define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) (_glapi_Context ? _glapi_Context : _glapi_get_context()) macro
92 #define GET_CURRENT_CONTEXT(C) GLcontext *C = (GLcontext *) _glapi_Context macro

Completed in 685 milliseconds