Home | History | Annotate | Download | only in unix

Lines Matching full:fcontext

35     : fContext(NULL)
49 if (fContext) {
50 glXDestroyContext(fDisplay, fContext);
51 fContext = NULL;
199 fContext = glXCreateNewContext(fDisplay, bestFbc, GLX_RGBA_TYPE, 0, True);
201 fContext = glXCreateContext(fDisplay, vi, 0, True);
217 fContext = glXCreateContextAttribsARB(
223 if (!ctxErrorOccurred && fContext) {
241 fContext = glXCreateContextAttribsARB(
254 if (ctxErrorOccurred || !fContext) {
261 if (!glXIsDirect(fDisplay, fContext)) {
268 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {
284 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) {