Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_winsys_glx.c58 d->fbConfigs = glXChooseFBConfig(d->display, DefaultScreen(d->display), in virgl_glx_init()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c75 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
Dglx_api.c1831 glXChooseFBConfig(Display *dpy, int screen, in glXChooseFBConfig() function
2350 return (GLXFBConfig *) glXChooseFBConfig(dpy, screen, in glXChooseFBConfigSGIX()
/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/docs/relnotes/
D7.0.1.rst46 - glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag
D6.4.rst36 - GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig
D9.0.3.rst109 - xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values
110 - st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values
D9.1.3.rst52 glXChooseFBConfig with GLX_DRAWABLE_TYPE, GLX_DONT_CARE fails
/external/skia/tools/sk_app/unix/
DWindow_unix.cpp93 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), msaaChooseFBConfigAtt, &n); in initWindow()
113 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), kChooseFBConfigAtt, &n); in initWindow()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
/external/mesa3d/include/GL/
Dglx.h237 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
Dglxext.h129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
/external/mesa3d/src/glx/
Dglxcmds.c1590 glXChooseFBConfig(Display * dpy, int screen, in glXChooseFBConfig() function
1963 glXChooseFBConfig)
2480 GLX_FUNCTION(glXChooseFBConfig),
2500 GLX_FUNCTION2(glXChooseFBConfigSGIX, glXChooseFBConfig),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c391 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) in glXChooseFBConfig() function
1088 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp233 GET_FNPTR_OR_ERROR(&mFnPtrs->chooseFBConfigPtr, glXChooseFBConfig); in initialize()
/external/mesa3d/docs/
Dviewperf.rst158 #. The glXChooseFBConfig() call doesn't request a depth buffer
Dversions.rst1469 - GLX_FBCONFIG_ID wasn't recognized in glXChooseFBConfig() (bug 888079)
1614 - glXChooseFBConfig() crashed if attribList pointer was NULL
/external/swiftshader/include/GL/
Dglxext.h129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h298 #define glXChooseFBConfig GLXEW_GET_FUN(__glewXChooseFBConfig) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19995 …r = ((glXChooseFBConfig = (PFNGLXCHOOSEFBCONFIGPROC)glewGetProcAddress((const GLubyte*)"glXChooseF… in _glewInit_GLX_VERSION_1_3()