Home
last modified time | relevance | path

Searched refs:Pixmap (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/
DX11Support.h96 Pixmap /* background_pixmap */ \
123 f( Pixmap, XCreatePixmap, (Display*, Drawable, unsigned int, unsigned int, unsigned int)) \
124 f( void, XFreePixmap, (Display*, Pixmap)) \
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dshmproto.h38 #define Pixmap CARD32 macro
152 Pixmap pid B32;
185 #undef Pixmap
Dshape.h91 Pixmap /* src */,
DXShm.h122 Pixmap XShmCreatePixmap(
Dxfixesproto.h56 #define Pixmap CARD32 macro
208 Pixmap bitmap B32;
598 #undef Pixmap
DXfixes.h154 XFixesCreateRegionFromBitmap (Display *dpy, Pixmap bitmap);
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlib.h203 Pixmap tile; /* tile pixmap for tiling operations */
204 Pixmap stipple; /* stipple 1 plane pixmap for stipping */
212 Pixmap clip_mask; /* bitmap clipping; other calls for rects */
299 Pixmap background_pixmap; /* background or None or ParentRelative */
301 Pixmap border_pixmap; /* border of the window */
1369 Pixmap bitmap;
1568 Pixmap /* source */,
1569 Pixmap /* mask */,
1605 extern Pixmap XCreatePixmap(
1612 extern Pixmap XCreateBitmapFromData(
[all …]
DXutil.h116 Pixmap icon_pixmap; /* pixmap to be used as icon */
119 Pixmap icon_mask; /* icon mask bitmap */
614 Pixmap /* icon_pixmap */,
DX.h102 typedef XID Pixmap; typedef
DXproto.h243 #define Pixmap CARD32 macro
1612 Pixmap pid B32;
1872 Pixmap source B32, mask B32;
2147 #undef Pixmap
/hardware/google/gfxstream/host/tests/
DX11TestingSupport.cpp53 void freeNativePixmap(void* pixmap) { XFreePixmap(x11()->display, (Pixmap)pixmap); } in freeNativePixmap()
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglx.h199 Pixmap pixmap );
255 Pixmap pixmap, const int *attribList );
292 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
Dglxext.h97 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
115 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
453 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm…
455 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
746 … ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
753 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
/hardware/google/gfxstream/common/opengl/include/EGL/
Deglplatform.h120 typedef Pixmap EGLNativePixmapType;
/hardware/google/gfxstream/guest/mesa/include/EGL/
Deglplatform.h113 typedef Pixmap EGLNativePixmapType;
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglx.h204 Pixmap pixmap );
260 Pixmap pixmap, const int *attribList );
297 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
Dglxext.h534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attri…
553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, con…
684 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pix…
691 …( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
784 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap…
786 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pix…