Home
last modified time | relevance | path

Searched refs:glXGetVisualFromFBConfig (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp159 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, fbc[i]); in GLXGLTestContext()
183 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, bestFbc); in GLXGLTestContext()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c87 { "glXGetVisualFromFBConfig", (__GLXextFuncPtr) glXGetVisualFromFBConfig },
H A Dglx_api.c1853 glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in glXGetVisualFromFBConfig() function
2376 return glXGetVisualFromFBConfig(dpy, config); in glXGetVisualFromFBConfigSGIX()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp95 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig); in initWindow()
115 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig); in initWindow()
/third_party/glfw/src/
H A Dglx_context.c100 XVisualInfo* vi = glXGetVisualFromFBConfig(_glfw.x11.display, n); in chooseGLXFBConfig()
317 _glfwPlatformGetModuleSymbol(_glfw.glx.handle, "glXGetVisualFromFBConfig"); in _glfwInitGLX()
658 result = glXGetVisualFromFBConfig(_glfw.x11.display, native); in _glfwChooseVisualGLX()
H A Dx11_platform.h425 #define glXGetVisualFromFBConfig _glfw.glx.GetVisualFromFBConfig macro
/third_party/mesa3d/src/glx/
H A Dglxcmds.c1716 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) in glXGetVisualFromFBConfig() function
1973 (dpy, config), glXGetVisualFromFBConfig)
2577 GLX_FUNCTION(glXGetVisualFromFBConfig),
2588 GLX_FUNCTION2(glXGetVisualFromFBConfigSGIX, glXGetVisualFromFBConfig),
H A Dglx_pbuffer.c980 visinfo = glXGetVisualFromFBConfig(dpy, config); in glXCreateWindow()
/third_party/mesa3d/include/GL/
H A Dglx.h246 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy,
H A Dglxext.h131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DFunctionsGLX.cpp235 GET_FNPTR_OR_ERROR(&mFnPtrs->getVisualFromFBConfigPtr, glXGetVisualFromFBConfig); in initialize()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp307 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), fbConfig); in GlxVisual()
310 TCU_THROW(ResourceError, "glXGetVisualFromFBConfig() returned NULL"); in GlxVisual()
/third_party/openGLES/api/GL/
H A Dglxext.h112 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);

Completed in 27 milliseconds