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

  /external/skia/tools/viewer/sk_app/unix/
WindowContextFactory_unix.h 26 GLXFBConfig* fFBConfig;
GLWindowContext_unix.cpp 37 GLXFBConfig* fFBConfig;
48 , fFBConfig(winInfo.fFBConfig)
65 if (createContextAttribs && fFBConfig) {
78 fGLContext = createContextAttribs(fDisplay, *fFBConfig, nullptr, True, attribs);
Window_unix.h 27 , fFBConfig(nullptr)
81 GLXFBConfig* fFBConfig;
Window_unix.cpp 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
    [all...]

Completed in 151 milliseconds