Searched refs:glXChooseFBConfig (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/include/GL/ |
D | glx_mangle.h | 59 #define glXChooseFBConfig mglXChooseFBConfig macro
|
D | glx.h | 242 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
|
D | glxext.h | 129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
/external/virglrenderer/src/ |
D | virgl_glx_context.c | 58 d->fbConfigs = glXChooseFBConfig(d->display, DefaultScreen(d->display), in virgl_glx_init()
|
/external/autotest/client/deps/glbench/src/ |
D | glx_stuff.cc | 80 glXChooseFBConfig(g_xlib_display, screen, attrib, &nelements); in GetXVisual()
|
/external/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 86 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/ |
D | Window_unix.cpp | 86 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/ |
D | glx_getproc.c | 75 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
|
D | glx_api.c | 1868 glXChooseFBConfig(Display *dpy, int screen, in glXChooseFBConfig() function 2390 return (GLXFBConfig *) glXChooseFBConfig(dpy, screen, in glXChooseFBConfigSGIX()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 1587 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/ |
D | glxapi.c | 395 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) in glXChooseFBConfig() function 1129 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
|
/external/swiftshader/include/GL/ |
D | glxext.h | 129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
|
/external/mesa3d/docs/ |
D | VERSIONS | 1222 - 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
|