Home
last modified time | relevance | path

Searched refs:glXGetFBConfigs (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c85 { "glXGetFBConfigs", (__GLXextFuncPtr) glXGetFBConfigs },
H A Dglx_api.c1792 glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in glXGetFBConfigs() function
1831 return glXGetFBConfigs(dpy, screen, nitems); in glXChooseFBConfig()
/third_party/mesa3d/src/glx/
H A 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/mesa3d/include/GL/
H A Dglx.h243 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
H A Dglxext.h128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DFunctionsGLX.cpp232 GET_FNPTR_OR_ERROR(&mFnPtrs->getFBConfigsPtr, glXGetFBConfigs); in initialize()
/third_party/glfw/src/
H A Dglx_context.c69 glXGetFBConfigs(_glfw.x11.display, _glfw.x11.screen, &nativeCount); in chooseGLXFBConfig()
293 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetFBConfigs"); in _glfwInitGLX()
H A Dx11_platform.h415 #define glXGetFBConfigs _glfw.glx.GetFBConfigs macro
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp629 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems); in chooseVisual()
/third_party/openGLES/api/GL/
H A Dglxext.h109 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);

Completed in 24 milliseconds