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

/external/chromium_org/third_party/mesa/src/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.c86 if (!ac->made_current) {
88 ac->made_current = true;
H A Dapple_glx_context.c157 ac->made_current = false;
/external/mesa3d/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.c86 if (!ac->made_current) {
88 ac->made_current = true;
H A Dapple_glx_context.c157 ac->made_current = false;

Completed in 658 milliseconds