HomeSort by relevance Sort by last modified time
    Searched refs:made_current (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.h 62 bool made_current; /* True if the context has ever been made current. */ member in struct:apple_glx_context
apple_glx_pixmap.c 82 if (!ac->made_current) {
84 ac->made_current = true;
apple_glx_surface.c 79 if (!ac->made_current) {
86 ac->made_current = true;
apple_glx_pbuffer.c 86 if (!ac->made_current) {
88 ac->made_current = true;
apple_glx_context.c 157 ac->made_current = false;
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 62 bool made_current; /* True if the context has ever been made current. */ member in struct:apple_glx_context
apple_glx_pixmap.c 82 if (!ac->made_current) {
84 ac->made_current = true;
apple_glx_surface.c 79 if (!ac->made_current) {
86 ac->made_current = true;
apple_glx_pbuffer.c 86 if (!ac->made_current) {
88 ac->made_current = true;
apple_glx_context.c 157 ac->made_current = false;

Completed in 35 milliseconds