Searched refs:get_current_context (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_cgl.h58 CGLContextObj(*get_current_context) (void); member in struct:apple_cgl_api
H A Dapple_cgl.c109 apple_cgl.get_current_context = sym(h, "CGLGetCurrentContext");
H A Dapple_glx_pbuffer.c193 oldcontext = apple_cgl.get_current_context();
H A Dapple_glx_context.c223 if (apple_cgl.get_current_context() == ac->context_obj) {
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_cgl.h58 CGLContextObj(*get_current_context) (void); member in struct:apple_cgl_api
H A Dapple_cgl.c109 apple_cgl.get_current_context = sym(h, "CGLGetCurrentContext");
H A Dapple_glx_pbuffer.c194 oldcontext = apple_cgl.get_current_context();
H A Dapple_glx_context.c222 if (apple_cgl.get_current_context() == ac->context_obj) {

Completed in 13 milliseconds