Home
last modified time | relevance | path

Searched refs:glXGetVisualFromFBConfig (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/tools/gpu/gl/glx/
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/
Dglx_getproc.c87 { "glXGetVisualFromFBConfig", (__GLXextFuncPtr) glXGetVisualFromFBConfig },
Dglx_api.c1853 glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in glXGetVisualFromFBConfig() function
2376 return glXGetVisualFromFBConfig(dpy, config); in glXGetVisualFromFBConfigSGIX()
/third_party/glfw/src/
Dglx_context.h107 #define glXGetVisualFromFBConfig _glfw.glx.GetVisualFromFBConfig macro
Dglx_context.c630 result = glXGetVisualFromFBConfig(_glfw.x11.display, native); in _glfwChooseVisualGLX()
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp95 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig); in initWindow()
115 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig); in initWindow()
/third_party/mesa3d/include/GL/
Dglx.h246 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy,
Dglxext.h131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
/third_party/mesa3d/src/glx/
Dglxcmds.c1716 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) in glXGetVisualFromFBConfig() function
1973 (dpy, config), glXGetVisualFromFBConfig)
2577 GLX_FUNCTION(glXGetVisualFromFBConfig),
2588 GLX_FUNCTION2(glXGetVisualFromFBConfigSGIX, glXGetVisualFromFBConfig),
Dglx_pbuffer.c980 visinfo = glXGetVisualFromFBConfig(dpy, config); in glXCreateWindow()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_libglvnd.txt179 for a GLXFBConfig using glXGetVisualFromFBConfig and indirectly
DGLX_EXT_texture_from_pixmap.txt606 visinfo = glXGetVisualFromFBConfig (display, fbconfigs[i]);
/third_party/openGLES/extensions/EXT/
DGLX_EXT_libglvnd.txt179 for a GLXFBConfig using glXGetVisualFromFBConfig and indirectly
DGLX_EXT_texture_from_pixmap.txt606 visinfo = glXGetVisualFromFBConfig (display, fbconfigs[i]);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp235 GET_FNPTR_OR_ERROR(&mFnPtrs->getVisualFromFBConfigPtr, glXGetVisualFromFBConfig); in initialize()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp307 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), fbConfig); in GlxVisual()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c828 window_x11->visual_info = glXGetVisualFromFBConfig (device, in gst_gl_context_glx_choose_format()
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
/third_party/openGLES/api/GL/
Dglxext.h112 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);