Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dglx_mangle.h29 #define glXChooseVisual mglXChooseVisual macro
Dglx.h187 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
/external/skia/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/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/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c48 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
Dglx_api.c1090 glXChooseVisual( Display *dpy, int screen, int *list ) in glXChooseVisual() function
/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc47 if ((vi = glXChooseVisual(display_, screen, attr_list)) == NULL) { in Init()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c155 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual() function
1102 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
/external/mesa3d/src/glx/
Dglxcmds.c1232 glXChooseVisual(Display * dpy, int screen, int *attribList) in glXChooseVisual() function
2463 GLX_FUNCTION(glXChooseVisual),
/external/mesa3d/docs/
DVERSIONS127 - new visual selection method in glXChooseVisual()
182 - HP color recovery visual wasn't being picked by glXChooseVisual