Lines Matching full:context
40 current->context = NULL;
76 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface)
80 current->context = context;
83 if (context && display && surface)
85 context->makeCurrent(display, surface);
89 Context *getContext()
93 return current->context;
114 gl::Context *context = glGetCurrentContext();
116 if (context)
121 context->recordInvalidEnum();
125 context->recordInvalidValue();
129 context->recordInvalidOperation();
133 context->recordOutOfMemory();
137 context->recordInvalidFramebufferOperation();