Home
last modified time | relevance | path

Searched refs:glXGetFBConfigs (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c85 { "glXGetFBConfigs", (__GLXextFuncPtr) glXGetFBConfigs },
Dglx_api.c1792 glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in glXGetFBConfigs() function
1831 return glXGetFBConfigs(dpy, screen, nitems); in glXChooseFBConfig()
/third_party/glfw/src/
Dglx_context.h97 #define glXGetFBConfigs _glfw.glx.GetFBConfigs macro
Dglx_context.c66 glXGetFBConfigs(_glfw.x11.display, _glfw.x11.screen, &nativeCount); in chooseGLXFBConfig()
/third_party/mesa3d/include/GL/
Dglx.h243 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
Dglxext.h128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/third_party/mesa3d/src/glx/
Dglxcmds.c1604 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/
DGLX_EXT_libglvnd.txt180 using glXGetFBConfigs.
DGLX_EXT_texture_from_pixmap.txt603 fbconfigs = glXGetFBConfigs (display, screen, &nfbconfigs);
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_libglvnd.txt180 using glXGetFBConfigs.
DGLX_EXT_texture_from_pixmap.txt603 fbconfigs = glXGetFBConfigs (display, screen, &nfbconfigs);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp232 GET_FNPTR_OR_ERROR(&mFnPtrs->getFBConfigsPtr, glXGetFBConfigs); in initialize()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp629 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems); in chooseVisual()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DGLX_NV_video_out.txt70 2) Use glXGetFBConfigs or glXChooseFBConfig to find a suitable
/third_party/openGLES/extensions/NV/
DGLX_NV_video_out.txt70 2) Use glXGetFBConfigs or glXChooseFBConfig to find a suitable
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/third_party/openGLES/api/GL/
Dglxext.h109 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/third_party/mesa3d/docs/relnotes/
D12.0.0.rst294 glXGetFBConfigs has invalid screen bounds