Home | History | Annotate | Download | only in unix

Lines Matching refs:fFBConfig

86         fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), msaaChooseFBConfigAtt, &n);
88 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig);
101 fFBConfig = nullptr;
106 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), kChooseFBConfigAtt, &n);
108 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig);
111 fFBConfig = nullptr;
175 if (fFBConfig) {
176 XFree(fFBConfig);
177 fFBConfig = nullptr;
341 winInfo.fFBConfig = fFBConfig;