Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/
DX11Support.h11 f(glXGetFBConfigs) \
22 f( GLXFBConfig*, glXGetFBConfigs, ( Display *dpy, int screen, int *nelements )) \
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglx_mangle.h61 #define glXGetFBConfigs mglXGetFBConfigs macro
Dglx.h248 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
Dglxext.h528 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglx.h243 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
Dglxext.h109 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp327 GLXFBConfig* frmtList = glx->glXGetFBConfigs(mDisplay, DefaultScreen(mDisplay), &n); in queryConfigs()