Searched refs:glXChooseVisual (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglx_mangle.h29 #define glXChooseVisual mglXChooseVisual macro
H A Dglx.h68 * Tokens for glXChooseVisual and glXGetConfig:
200 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
/external/mesa3d/include/GL/
H A Dglx_mangle.h29 #define glXChooseVisual mglXChooseVisual macro
H A Dglx.h68 * Tokens for glXChooseVisual and glXGetConfig:
200 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl_c.h36 XVisualInfo* glx_visualinfo; /* XVisualInfo* returned by glXChooseVisual */
40 XVisualInfo* (*glXChooseVisual) member in struct:SDL_PrivateGLData
H A DSDL_x11gl.c206 glx_visualinfo = this->gl_data->glXChooseVisual(GFX_Display,
211 glx_visualinfo = this->gl_data->glXChooseVisual(GFX_Display,
472 this->gl_data->glXChooseVisual = NULL;
525 this->gl_data->glXChooseVisual =
526 (XVisualInfo *(*)(Display *, int, int *)) X11_GL_GetProcAddress(this, "glXChooseVisual");
546 if ( (this->gl_data->glXChooseVisual == NULL) ||
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c47 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
H A Dglx_api.c307 * returned by glXChooseVisual. Since this is the first time we're
322 /* can be done? They should use glXChooseVisual(). */
655 * Helper used by glXChooseVisual and glXChooseFBConfig.
975 /* Note: we're not exactly obeying the glXChooseVisual rules here.
1021 glXChooseVisual( Display *dpy, int screen, int *list ) function
1088 /* This visual wasn't found with glXChooseVisual() */
1647 /* this visual wasn't obtained with glXChooseVisual */
2368 /* This visual wasn't found with glXChooseVisual() */
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c47 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
H A Dglx_api.c307 * returned by glXChooseVisual. Since this is the first time we're
322 /* can be done? They should use glXChooseVisual(). */
655 * Helper used by glXChooseVisual and glXChooseFBConfig.
975 /* Note: we're not exactly obeying the glXChooseVisual rules here.
1021 glXChooseVisual( Display *dpy, int screen, int *list ) function
1088 /* This visual wasn't found with glXChooseVisual() */
1647 /* this visual wasn't obtained with glXChooseVisual */
2368 /* This visual wasn't found with glXChooseVisual() */
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc47 if ((vi = glXChooseVisual(display_, screen, attr_list)) == NULL) {
/external/chromium_org/third_party/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp104 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), msaaAtt);
108 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), att);
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp104 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), msaaAtt);
108 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), att);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c191 glXChooseVisual(Display *dpy, int screen, int *list) function
1230 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c191 glXChooseVisual(Display *dpy, int screen, int *list) function
1230 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c904 * glXChooseVisual.
1082 * \sa qsort, glXChooseVisual, glXChooseFBConfig, glXChooseFBConfigSGIX
1149 * This function forms to basis of \c glXChooseVisual, \c glXChooseFBConfig,
1159 * the form expected by \c glXChooseVisual (where boolean
1163 * \c glXChooseVisual style or
1167 * \sa glXChooseVisual, glXChooseFBConfig, glXChooseFBConfigSGIX
1222 glXChooseVisual(Display * dpy, int screen, int *attribList) function
2479 GLX_FUNCTION(glXChooseVisual),
/external/mesa3d/src/glx/
H A Dglxcmds.c904 * glXChooseVisual.
1082 * \sa qsort, glXChooseVisual, glXChooseFBConfig, glXChooseFBConfigSGIX
1149 * This function forms to basis of \c glXChooseVisual, \c glXChooseFBConfig,
1159 * the form expected by \c glXChooseVisual (where boolean
1163 * \c glXChooseVisual style or
1167 * \sa glXChooseVisual, glXChooseFBConfig, glXChooseFBConfigSGIX
1222 glXChooseVisual(Display * dpy, int screen, int *attribList) function
2479 GLX_FUNCTION(glXChooseVisual),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4505 milliseconds