Searched refs:glXChooseVisual (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/include/GL/ |
D | glx_mangle.h | 29 #define glXChooseVisual mglXChooseVisual macro
|
D | glx.h | 200 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
|
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
D | gl_APICheck.cc | 32 XVisualInfo* vi = glXChooseVisual(*display, 0, att); in InitGraphics()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 47 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
|
D | glx_api.c | 1021 glXChooseVisual( Display *dpy, int screen, int *list ) in glXChooseVisual() function
|
/external/webrtc/webrtc/test/linux/ |
D | glx_renderer.cc | 47 if ((vi = glXChooseVisual(display_, screen, attr_list)) == NULL) { in Init()
|
/external/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 104 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), msaaAtt); in initWindow() 108 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), att); in initWindow()
|
/external/mesa3d/docs/ |
D | README.CYGWIN | 87 The glXChooseVisual function tries its best to pick an appropriate visual 91 environment variables. When an RGB visual is requested, glXChooseVisual 94 visual is requested, glXChooseVisual will look for the MESA_CI_VISUAL
|
D | VERSIONS | 127 - new visual selection method in glXChooseVisual() 182 - HP color recovery visual wasn't being picked by glXChooseVisual
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 191 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual() function 1230 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 1222 glXChooseVisual(Display * dpy, int screen, int *attribList) in glXChooseVisual() function 2479 GLX_FUNCTION(glXChooseVisual),
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glxew.h | 149 extern XVisualInfo* glXChooseVisual (Display *dpy, int screen, int *attribList);
|