Home
last modified time | relevance | path

Searched refs:glXChooseFBConfig (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/include/GL/
Dglx_mangle.h59 #define glXChooseFBConfig mglXChooseFBConfig macro
Dglx.h242 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
Dglxext.h129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
/external/virglrenderer/src/
Dvirgl_glx_context.c58 d->fbConfigs = glXChooseFBConfig(d->display, DefaultScreen(d->display), in virgl_glx_init()
/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc80 glXChooseFBConfig(g_xlib_display, screen, attrib, &nelements); in GetXVisual()
/external/skia/tools/sk_app/unix/
DWindow_unix.cpp86 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), msaaChooseFBConfigAtt, &n); in initWindow()
106 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), kChooseFBConfigAtt, &n); in initWindow()
/external/skqp/tools/sk_app/unix/
DWindow_unix.cpp86 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), msaaChooseFBConfigAtt, &n); in initWindow()
106 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), kChooseFBConfigAtt, &n); in initWindow()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c75 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
Dglx_api.c1868 glXChooseFBConfig(Display *dpy, int screen, in glXChooseFBConfig() function
2390 return (GLXFBConfig *) glXChooseFBConfig(dpy, screen, in glXChooseFBConfigSGIX()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
/external/mesa3d/src/glx/
Dglxcmds.c1587 glXChooseFBConfig(Display * dpy, int screen, in glXChooseFBConfig() function
1936 glXChooseFBConfig)
2490 GLX_FUNCTION(glXChooseFBConfig),
2530 GLX_FUNCTION2(glXChooseFBConfigSGIX, glXChooseFBConfig),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c395 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) in glXChooseFBConfig() function
1129 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
/external/swiftshader/include/GL/
Dglxext.h129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
/external/mesa3d/docs/
DVERSIONS1222 - GLX_FBCONFIG_ID wasn't recognized in glXChooseFBConfig() (bug 888079)
1345 - glXChooseFBConfig() crashed if attribList pointer was NULL
1385 - GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig