Searched refs:glXChooseVisual (Results 1 – 13 of 13) sorted by relevance
/external/libepoxy/test/ |
D | glx_common.c | 56 visinfo = glXChooseVisual(dpy, screen, attrib); in get_glx_visual()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 48 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
|
D | glx_api.c | 1095 glXChooseVisual( Display *dpy, int screen, int *list ) in glXChooseVisual() function
|
/external/skqp/tools/sk_app/unix/ |
D | Window_unix.cpp | 100 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), msaaChooseVisualAtt); in initWindow() 110 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), chooseVisualAtt); in initWindow()
|
/external/mesa3d/docs/ |
D | xlibdriver.rst | 23 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
|
D | faq.rst | 227 you can modify the parameters to ``glXChooseVisual`` in your code. 237 ``GLUT_DEPTH`` or ``glXChooseVisual`` is being called with a non-zero
|
D | versions.rst | 171 - new visual selection method in glXChooseVisual() 243 - HP color recovery visual wasn't being picked by glXChooseVisual
|
/external/webrtc/test/linux/ |
D | glx_renderer.cc | 45 if ((vi = glXChooseVisual(display_, screen, attr_list)) == NULL) { in Init()
|
/external/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 107 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), msaaChooseVisualAtt); in initWindow() 117 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), chooseVisualAtt); in initWindow()
|
/external/mesa3d/include/GL/ |
D | glx.h | 182 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 151 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual() function 1061 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 1235 glXChooseVisual(Display * dpy, int screen, int *attribList) in glXChooseVisual() function 2453 GLX_FUNCTION(glXChooseVisual),
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 146 extern XVisualInfo* glXChooseVisual (Display *dpy, int screen, int *attribList);
|