Searched refs:glXChooseFBConfig (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_getproc.c | 75 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
|
H A D | glx_api.c | 715 * 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 D | Window_unix.cpp | 66 // 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 D | CreatePlatformGLTestContext_glx.cpp | 144 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 D | glxcmds.c | 936 /* 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 D | glx.h | 237 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
|
H A D | glxext.h | 129 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 D | FunctionsGLX.cpp | 233 GET_FNPTR_OR_ERROR(&mFnPtrs->chooseFBConfigPtr, glXChooseFBConfig); in initialize()
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 110 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
Completed in 20 milliseconds