Home
last modified time | relevance | path

Searched refs:glXGetFBConfigs (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/include/GL/
Dglx_mangle.h61 #define glXGetFBConfigs mglXGetFBConfigs macro
Dglx.h248 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
Dglxext.h128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c85 { "glXGetFBConfigs", (__GLXextFuncPtr) glXGetFBConfigs },
Dglx_api.c1839 glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in glXGetFBConfigs() function
1878 return glXGetFBConfigs(dpy, screen, nitems); in glXChooseFBConfig()
/external/mesa3d/src/glx/
Dglxcmds.c1595 glXGetFBConfigs(dpy, screen, &list_size); in glXChooseFBConfig()
1625 glXGetFBConfigs(dpy, config->screen, &list_size); in glXCreateNewContext()
1654 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs() function
2500 GLX_FUNCTION(glXGetFBConfigs),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c502 glXGetFBConfigs(Display *dpy, int screen, int *nelements) in glXGetFBConfigs() function
1139 { "glXGetFBConfigs", (__GLXextFuncPtr) glXGetFBConfigs },
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp618 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems); in chooseVisual()
/external/swiftshader/include/GL/
Dglxext.h128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);