Searched refs:glXGetVisualFromFBConfig (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 159 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, fbc[i]); in GLXGLTestContext() 183 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, bestFbc); in GLXGLTestContext()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 87 { "glXGetVisualFromFBConfig", (__GLXextFuncPtr) glXGetVisualFromFBConfig },
|
D | glx_api.c | 1853 glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in glXGetVisualFromFBConfig() function 2376 return glXGetVisualFromFBConfig(dpy, config); in glXGetVisualFromFBConfigSGIX()
|
/third_party/glfw/src/ |
D | glx_context.h | 107 #define glXGetVisualFromFBConfig _glfw.glx.GetVisualFromFBConfig macro
|
D | glx_context.c | 630 result = glXGetVisualFromFBConfig(_glfw.x11.display, native); in _glfwChooseVisualGLX()
|
/third_party/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 95 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig); in initWindow() 115 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig); in initWindow()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 246 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy,
|
D | glxext.h | 131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 1716 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) in glXGetVisualFromFBConfig() function 1973 (dpy, config), glXGetVisualFromFBConfig) 2577 GLX_FUNCTION(glXGetVisualFromFBConfig), 2588 GLX_FUNCTION2(glXGetVisualFromFBConfigSGIX, glXGetVisualFromFBConfig),
|
D | glx_pbuffer.c | 980 visinfo = glXGetVisualFromFBConfig(dpy, config); in glXCreateWindow()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_libglvnd.txt | 179 for a GLXFBConfig using glXGetVisualFromFBConfig and indirectly
|
D | GLX_EXT_texture_from_pixmap.txt | 606 visinfo = glXGetVisualFromFBConfig (display, fbconfigs[i]);
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_libglvnd.txt | 179 for a GLXFBConfig using glXGetVisualFromFBConfig and indirectly
|
D | GLX_EXT_texture_from_pixmap.txt | 606 visinfo = glXGetVisualFromFBConfig (display, fbconfigs[i]);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 235 GET_FNPTR_OR_ERROR(&mFnPtrs->getVisualFromFBConfigPtr, glXGetVisualFromFBConfig); in initialize()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 307 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), fbConfig); in GlxVisual()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 828 window_x11->visual_info = glXGetVisualFromFBConfig (device, in gst_gl_context_glx_choose_format()
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 112 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
|