Searched refs:glXGetFBConfigs (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | X11Support.h | 11 f(glXGetFBConfigs) \ 22 f( GLXFBConfig*, glXGetFBConfigs, ( Display *dpy, int screen, int *nelements )) \
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glx_mangle.h | 61 #define glXGetFBConfigs mglXGetFBConfigs macro
|
D | glx.h | 248 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
|
D | glxext.h | 528 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glx.h | 243 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
|
D | glxext.h | 109 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_glx.cpp | 327 GLXFBConfig* frmtList = glx->glXGetFBConfigs(mDisplay, DefaultScreen(mDisplay), &n); in queryConfigs()
|