Home | History | Annotate | Download | only in glx

Lines Matching refs:fContext

68     GLXContext fContext;
94 : fContext(nullptr)
100 GLXContext glxShareContext = shareContext ? shareContext->fContext : nullptr;
191 fContext = glXCreateNewContext(fDisplay, bestFbc, GLX_RGBA_TYPE, 0, True);
198 fContext = CreateBestContext(true, fDisplay, bestFbc, glxShareContext);
201 fContext = CreateBestContext(false, fDisplay, bestFbc, glxShareContext);
204 if (!fContext) {
211 if (!glXIsDirect(fDisplay, fContext)) {
218 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {
250 if (fContext) {
251 glXDestroyContext(fDisplay, fContext);
252 fContext = nullptr;
332 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {