Searched refs:XVisualInfo (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glx.h | 182 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen, 185 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis, 198 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual, 209 extern int glXGetConfig( Display *dpy, XVisualInfo *visual, 246 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy, 289 typedef XVisualInfo * (* PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
|
D | glxext.h | 94 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config); 112 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config); 453 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm… 455 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 748 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config); 749 typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis); 755 XVisualInfo *glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfigSGIX config); 756 GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glx.h | 187 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen, 190 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis, 203 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual, 214 extern int glXGetConfig( Display *dpy, XVisualInfo *visual, 251 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy, 294 typedef XVisualInfo * (* PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
|
D | glxext.h | 531 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config); 550 typedef XVisualInfo * ( * PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config); 686 extern XVisualInfo * glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfigSGIX config); 687 extern GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis); 693 typedef XVisualInfo * ( * PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX confi… 694 typedef GLXFBConfigSGIX ( * PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis); 784 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap… 786 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pix…
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xutil.h | 294 } XVisualInfo; typedef 463 extern XVisualInfo *XGetVisualInfo( 466 XVisualInfo* /* vinfo_template */, 539 XVisualInfo* /* vinfo_return */
|
/hardware/google/gfxstream/host/testlibs/x11/ |
D | X11Window.cpp | 202 XVisualInfo visualTemplate; in initialize() 206 … XVisualInfo *visuals = XGetVisualInfo(mDisplay, VisualIDMask, &visualTemplate, &numVisuals); in initialize()
|