Searched refs:made_current (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_context.h62 bool made_current; /* True if the context has ever been made current. */ member in struct:apple_glx_context
H A Dapple_glx_pixmap.c82 if (!ac->made_current) {
84 ac->made_current = true;
H A Dapple_glx_surface.c79 if (!ac->made_current) {
86 ac->made_current = true;
H A Dapple_glx_pbuffer.c88 if (!ac->made_current) {
90 ac->made_current = true;
H A Dapple_glx_context.c160 ac->made_current = false;
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_context.h62 bool made_current; /* True if the context has ever been made current. */ member in struct:apple_glx_context
H A Dapple_glx_pixmap.c82 if (!ac->made_current) {
84 ac->made_current = true;
H A Dapple_glx_surface.c79 if (!ac->made_current) {
86 ac->made_current = true;
H A Dapple_glx_pbuffer.c89 if (!ac->made_current) {
91 ac->made_current = true;
H A Dapple_glx_context.c160 ac->made_current = false;

Completed in 10 milliseconds