Home
last modified time | relevance | path

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

12

/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp38 typedef ::Pixmap EGLNativePixmapType;
213 class Pixmap : public NativePixmap
222 Pixmap (MovePtr<x11::Pixmap> x11Pixmap)
230 UniquePtr<x11::Pixmap> m_pixmap;
237 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
250 MovePtr<x11::Pixmap> x11Pixmap (new x11::Pixmap(display->getX11Display(),
252 return new Pixmap(x11Pixmap);
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
94 … GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
185 …GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
Drealglx.h48 _real_glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap );
52 Pixmap pixmap, Colormap cmap );
132 _real_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap,
224 _real_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
Dxmesa_x.h43 typedef Pixmap XMesaPixmap;
Dxfonts.c139 Pixmap pixmap; in fill_bitmap()
221 Pixmap pixmap; in Fake_glXUseXFont()
Dglxapi.c224 glXCreateGLXPixmap(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap) in glXCreateGLXPixmap()
472 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) in glXCreatePixmap()
782 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in glXCreateGLXPixmapWithConfigSGIX()
1042 glXCreateGLXPixmapMESA(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap) in glXCreateGLXPixmapMESA()
Dfakeglx.c1438 Fake_glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap ) in Fake_glXCreateGLXPixmap()
1464 Pixmap pixmap, Colormap cmap ) in Fake_glXCreateGLXPixmapMESA()
2081 Fake_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap, in Fake_glXCreatePixmap()
2530 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in Fake_glXCreateGLXPixmapWithConfigSGIX()
/external/libvncserver/x11vnc/
Dnox11.h159 typedef XID Pixmap; typedef
989 Pixmap tile; /* tile pixmap for tiling operations */
990 Pixmap stipple; /* stipple 1 plane pixmap for stipping */
998 Pixmap clip_mask; /* bitmap clipping; other calls for rects */
1085 Pixmap background_pixmap; /* background or None or ParentRelative */
1087 Pixmap border_pixmap; /* border of the window */
2140 Pixmap bitmap;
2399 Pixmap /* source */,
2400 Pixmap /* mask */,
2449 extern Pixmap XCreatePixmap(
[all …]
/external/mesa3d/src/glx/apple/
Dapple_glx_drawable.h216 bool apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap,
220 bool apple_glx_pixmap_destroy(Display * dpy, Pixmap pixmap);
Dglx_empty.c157 Pixmap pixmap, Colormap cmap) in glXCreateGLXPixmapMESA()
230 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, void *config, Pixmap p)
Dappledri.h120 Bool XAppleDRIDestroyPixmap(Display * dpy, Pixmap pixmap);
Dapple_glx_pixmap.c119 apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap, in apple_glx_pixmap_create()
Dapple_glx_pbuffer.c129 Pixmap xid; in apple_glx_pbuffer_create()
Dappledri.c434 XAppleDRIDestroyPixmap(Display * dpy, Pixmap drawable) in XAppleDRIDestroyPixmap()
/external/mesa3d/docs/
DMESA_pixmap_colormap.spec53 Pixmap pixmap, Colormap cmap );
70 Pixmap pixmap, Colormap cmap );
DREADME.CYGWIN112 Mesa can use either an X Pixmap or XImage as the backbuffer when in
115 values for MESA_BACK_BUFFER are: Pixmap and XImage (only the first
204 Pixmap pixmap, Colormap cmap )
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h166 Pixmap p,
269 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p,
Dglx_usefont.c132 Pixmap pixmap; in fill_bitmap()
214 Pixmap pixmap; in glXUseXFont()
Dglx_api.c1262 glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap ) in glXCreateGLXPixmap()
1288 Pixmap pixmap, Colormap cmap ) in glXCreateGLXPixmapMESA()
1887 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap()
2330 Pixmap pixmap) in glXCreateGLXPixmapWithConfigSGIX()
/external/mesa3d/include/GL/
Dglx.h217 Pixmap pixmap );
273 Pixmap pixmap, const int *attribList );
310 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…
/external/mesa3d/include/EGL/
Deglplatform.h122 typedef Pixmap EGLNativePixmapType;
/external/mesa3d/src/glx/
Dxfont.c138 Pixmap pixmap; in fill_bitmap()
219 Pixmap pixmap; in DRI_glXUseXFont()
Dglx_pbuffer.c494 Pixmap pixmap; in CreatePbuffer()
866 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap()
/external/skia/src/gpu/gl/glx/
DSkCreatePlatformGLContext_glx.cpp59 Pixmap fPixmap;

12