Home
last modified time | relevance | path

Searched refs:glXChooseFBConfig (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c75 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
H A Dglx_api.c715 * Helper used by glXChooseVisual and glXChooseFBConfig.
757 /* For glXChooseFBConfig(), skip attributes whose value is in choose_visual()
1821 glXChooseFBConfig(Display *dpy, int screen, in glXChooseFBConfig() function
2340 return (GLXFBConfig *) glXChooseFBConfig(dpy, screen, in glXChooseFBConfigSGIX()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp66 // We prefer the more recent glXChooseFBConfig but fall back to glXChooseVisual. They have in initWindow()
93 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), msaaChooseFBConfigAtt, &n); in initWindow()
113 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), kChooseFBConfigAtt, &n); in initWindow()
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
179 // Be sure to free the FBConfig list allocated by glXChooseFBConfig() in GLXGLTestContext()
/third_party/mesa3d/src/glx/
H A Dglxcmds.c936 /* glXChooseFBConfig specifies different defaults for these properties than in init_fbconfig_for_chooser()
1118 * \sa qsort, glXChooseVisual, glXChooseFBConfig, glXChooseFBConfigSGIX
1182 * This function forms to basis of \c glXChooseFBConfig and
1192 * expected by \c glXChooseFBConfig (where every tag has a
1196 * \sa glXChooseFBConfig, glXChooseFBConfigSGIX
1596 glXChooseFBConfig(Display * dpy, int screen, in glXChooseFBConfig() function
1969 glXChooseFBConfig)
2565 GLX_FUNCTION(glXChooseFBConfig),
2585 GLX_FUNCTION2(glXChooseFBConfigSGIX, glXChooseFBConfig),
/third_party/mesa3d/include/GL/
H A Dglx.h237 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
H A Dglxext.h129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DFunctionsGLX.cpp233 GET_FNPTR_OR_ERROR(&mFnPtrs->chooseFBConfigPtr, glXChooseFBConfig); in initialize()
/third_party/openGLES/api/GL/
H A Dglxext.h110 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);

Completed in 22 milliseconds