Searched refs:glXGetFBConfigs (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 85 { "glXGetFBConfigs", (__GLXextFuncPtr) glXGetFBConfigs },
|
D | glx_api.c | 1792 glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in glXGetFBConfigs() function 1831 return glXGetFBConfigs(dpy, screen, nitems); in glXChooseFBConfig()
|
/third_party/glfw/src/ |
D | glx_context.h | 97 #define glXGetFBConfigs _glfw.glx.GetFBConfigs macro
|
D | glx_context.c | 66 glXGetFBConfigs(_glfw.x11.display, _glfw.x11.screen, &nativeCount); in chooseGLXFBConfig()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 243 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
|
D | glxext.h | 128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 1604 glXGetFBConfigs(dpy, screen, &list_size); in glXChooseFBConfig() 1634 glXGetFBConfigs(dpy, config->screen, &list_size); in glXCreateNewContext() 1662 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs() function 2575 GLX_FUNCTION(glXGetFBConfigs),
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_libglvnd.txt | 180 using glXGetFBConfigs.
|
D | GLX_EXT_texture_from_pixmap.txt | 603 fbconfigs = glXGetFBConfigs (display, screen, &nfbconfigs);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_libglvnd.txt | 180 using glXGetFBConfigs.
|
D | GLX_EXT_texture_from_pixmap.txt | 603 fbconfigs = glXGetFBConfigs (display, screen, &nfbconfigs);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 232 GET_FNPTR_OR_ERROR(&mFnPtrs->getFBConfigsPtr, glXGetFBConfigs); in initialize()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 629 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems); in chooseVisual()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | GLX_NV_video_out.txt | 70 2) Use glXGetFBConfigs or glXChooseFBConfig to find a suitable
|
/third_party/openGLES/extensions/NV/ |
D | GLX_NV_video_out.txt | 70 2) Use glXGetFBConfigs or glXChooseFBConfig to find a suitable
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 109 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
|
/third_party/mesa3d/docs/relnotes/ |
D | 12.0.0.rst | 294 glXGetFBConfigs has invalid screen bounds
|