Home
last modified time | relevance | path

Searched refs:glXChooseVisual (Results 1 – 13 of 13) sorted by relevance

/external/libepoxy/test/
Dglx_common.c56 visinfo = glXChooseVisual(dpy, screen, attrib); in get_glx_visual()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c48 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
Dglx_api.c1095 glXChooseVisual( Display *dpy, int screen, int *list ) in glXChooseVisual() function
/external/skqp/tools/sk_app/unix/
DWindow_unix.cpp100 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), msaaChooseVisualAtt); in initWindow()
110 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), chooseVisualAtt); in initWindow()
/external/mesa3d/docs/
Dxlibdriver.rst23 The glXChooseVisual function tries to choose the best X visual for the
27 environment variables. When an RGB visual is requested, glXChooseVisual
30 visual is requested, glXChooseVisual will look for the MESA_CI_VISUAL
Dfaq.rst227 you can modify the parameters to ``glXChooseVisual`` in your code.
237 ``GLUT_DEPTH`` or ``glXChooseVisual`` is being called with a non-zero
Dversions.rst171 - new visual selection method in glXChooseVisual()
243 - HP color recovery visual wasn't being picked by glXChooseVisual
/external/webrtc/test/linux/
Dglx_renderer.cc45 if ((vi = glXChooseVisual(display_, screen, attr_list)) == NULL) { in Init()
/external/skia/tools/sk_app/unix/
DWindow_unix.cpp107 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), msaaChooseVisualAtt); in initWindow()
117 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), chooseVisualAtt); in initWindow()
/external/mesa3d/include/GL/
Dglx.h182 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c151 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual() function
1061 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
/external/mesa3d/src/glx/
Dglxcmds.c1235 glXChooseVisual(Display * dpy, int screen, int *attribList) in glXChooseVisual() function
2453 GLX_FUNCTION(glXChooseVisual),
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h146 extern XVisualInfo* glXChooseVisual (Display *dpy, int screen, int *attribList);