Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dglx_mangle.h59 #define glXChooseFBConfig mglXChooseFBConfig macro
Dglx.h255 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
Dglxext.h529 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nele…
/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc80 GLXFBConfig *fb_configs = glXChooseFBConfig(g_xlib_display, screen, in GetXVisual()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c74 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
Dglx_api.c1802 glXChooseFBConfig(Display *dpy, int screen, in glXChooseFBConfig() function
2323 return (GLXFBConfig *) glXChooseFBConfig(dpy, screen, in glXChooseFBConfigSGIX()
/external/skia/src/gpu/gl/glx/
DSkCreatePlatformGLContext_glx.cpp99 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLContext()
/external/mesa3d/src/glx/
Dglxcmds.c1618 glXChooseFBConfig(Display * dpy, int screen, in glXChooseFBConfig() function
1932 glXChooseFBConfig)
2506 GLX_FUNCTION(glXChooseFBConfig),
2546 GLX_FUNCTION2(glXChooseFBConfigSGIX, glXChooseFBConfig),
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxext.h300 extern GLXFBConfig * glXChooseFBConfig (Display *, int, const int *, int *);
Dglxew.h301 #define glXChooseFBConfig GLXEW_GET_FUN(__glewXChooseFBConfig) macro
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c439 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) in glXChooseFBConfig() function
1257 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
/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