Home
last modified time | relevance | path

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

123

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp42 typedef ::Pixmap EGLNativePixmapType;
221 class Pixmap : public NativePixmap
230 Pixmap (MovePtr<x11::Pixmap> x11Pixmap)
238 UniquePtr<x11::Pixmap> m_pixmap;
245 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
258 MovePtr<x11::Pixmap> x11Pixmap (new x11::Pixmap(display->getX11Display(),
260 return new Pixmap(x11Pixmap);
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp65 class Pixmap: public eglu::NativePixmap class
70 Pixmap() in Pixmap() function in tcu::nullws::Pixmap
85 : NativePixmapFactory("nullws", "NullWS Pixmap", Pixmap::CAPABILITIES) in PixmapFactory()
91 return new Pixmap(); in createPixmap()
/external/skia/docs/
DSkPixmap_Reference.bmh1 #Topic Pixmap
10 Pixmap provides a utility to pair SkImageInfo with pixels and row bytes.
11 Pixmap is a low level class which provides convenience functions to access
12 raster destinations. Canvas can not draw Pixmap, nor does Pixmap provide
15 Use Bitmap to draw pixels referenced by Pixmap; use Surface to draw into
16 pixels referenced by Pixmap.
18 Pixmap does not try to manage the lifetime of the pixel memory. Use Pixel_Ref
92 #Line # reuses existing Pixmap with replacement values ##
1268 exceed Pixmap (width(), height()).
1275 Pixels are copied only if pixel conversion is possible. If Pixmap colorType is
[all …]
/external/skqp/docs/
DSkPixmap_Reference.bmh1 #Topic Pixmap
10 Pixmap provides a utility to pair SkImageInfo with pixels and row bytes.
11 Pixmap is a low level class which provides convenience functions to access
12 raster destinations. Canvas can not draw Pixmap, nor does Pixmap provide
15 Use Bitmap to draw pixels referenced by Pixmap; use Surface to draw into
16 pixels referenced by Pixmap.
18 Pixmap does not try to manage the lifetime of the pixel memory. Use Pixel_Ref
92 #Line # reuses existing Pixmap with replacement values ##
1268 exceed Pixmap (width(), height()).
1275 Pixels are copied only if pixel conversion is possible. If Pixmap colorType is
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h66 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
93 … GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
138 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
184 …GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
Dxmesa_x.h43 typedef Pixmap XMesaPixmap;
Dxfonts.c133 Pixmap pixmap; in fill_bitmap()
215 Pixmap pixmap; in Fake_glXUseXFont()
/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)
/external/ImageMagick/MagickCore/
Danimate.c858 window_info.pixmap=(Pixmap) NULL; in XAnimateBackgroundImage()
859 window_info.matte_pixmap=(Pixmap) NULL; in XAnimateBackgroundImage()
1043 if (window_info.pixmap == (Pixmap) NULL) in XAnimateBackgroundImage()
1062 window_info.pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateBackgroundImage()
1064 window_info.matte_pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateBackgroundImage()
1066 if ((window_info.pixmaps == (Pixmap *) NULL) || in XAnimateBackgroundImage()
1067 (window_info.matte_pixmaps == (Pixmap *) NULL)) in XAnimateBackgroundImage()
1081 window_info.pixmap=(Pixmap) NULL; in XAnimateBackgroundImage()
1082 window_info.matte_pixmap=(Pixmap) NULL; in XAnimateBackgroundImage()
1116 if (window_info.pixmap == (Pixmap) NULL) in XAnimateBackgroundImage()
[all …]
Dxwdfile.h_vms57 CARD32 pixmap_depth B32; /* Pixmap depth */
58 CARD32 pixmap_width B32; /* Pixmap width */
59 CARD32 pixmap_height B32; /* Pixmap height */
Dxwindow.c301 if (magick_windows[i]->highlight_stipple != (Pixmap) NULL) in DestroyXResources()
305 magick_windows[i]->highlight_stipple=(Pixmap) NULL; in DestroyXResources()
307 if (magick_windows[i]->shadow_stipple != (Pixmap) NULL) in DestroyXResources()
310 magick_windows[i]->shadow_stipple=(Pixmap) NULL; in DestroyXResources()
317 if (magick_windows[i]->pixmap != (Pixmap) NULL) in DestroyXResources()
320 magick_windows[i]->pixmap=(Pixmap) NULL; in DestroyXResources()
334 if (magick_windows[i]->matte_pixmap != (Pixmap) NULL) in DestroyXResources()
338 magick_windows[i]->matte_pixmap=(Pixmap) NULL; in DestroyXResources()
485 Pixmap in XAnnotateImage()
517 if (annotate_pixmap == (Pixmap) NULL) in XAnnotateImage()
[all …]
Dxwindow-private.h125 Pixmap
408 Pixmap
/external/skia/site/user/api/
DSkPixmap_Reference.md65 <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> provides a utility to pair <a href='SkImageInfo_Refe…
66 <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> is a low level class which provides convenience func…
67 …can not draw <a href='SkPixmap_Reference#Pixmap'>Pixmap</a>, nor does <a href='SkPixmap_Reference#
70 …>Bitmap</a> to draw pixels referenced by <a href='SkPixmap_Reference#Pixmap'>Pixmap</a>; use <a hr…
71 pixels referenced by <a href='SkPixmap_Reference#Pixmap'>Pixmap</a>.
73 <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> does not try to manage the lifetime of the <a href='…
1678 exceed <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> (<a href='#SkPixmap_width'>width()</a>, <a hr…
1685 …el'>pixel</a> conversion is possible. If <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> <a href='#…
1687 If <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> <a href='#SkPixmap_colorType'>colorType</a> is <a…
1688 If <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> <a href='#SkPixmap_alphaType'>alphaType</a> is <a…
[all …]
/external/skqp/site/user/api/
DSkPixmap_Reference.md65 <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> provides a utility to pair <a href='SkImageInfo_Refe…
66 <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> is a low level class which provides convenience func…
67 …can not draw <a href='SkPixmap_Reference#Pixmap'>Pixmap</a>, nor does <a href='SkPixmap_Reference#
70 …>Bitmap</a> to draw pixels referenced by <a href='SkPixmap_Reference#Pixmap'>Pixmap</a>; use <a hr…
71 pixels referenced by <a href='SkPixmap_Reference#Pixmap'>Pixmap</a>.
73 <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> does not try to manage the lifetime of the <a href='…
1678 exceed <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> (<a href='#SkPixmap_width'>width()</a>, <a hr…
1685 …el'>pixel</a> conversion is possible. If <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> <a href='#…
1687 If <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> <a href='#SkPixmap_colorType'>colorType</a> is <a…
1688 If <a href='SkPixmap_Reference#Pixmap'>Pixmap</a> <a href='#SkPixmap_alphaType'>alphaType</a> is <a…
[all …]
/external/mesa3d/docs/specs/
DMESA_pixmap_colormap.spec53 Pixmap pixmap, Colormap cmap );
70 Pixmap pixmap, Colormap cmap );
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h168 Pixmap p,
271 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p,
/external/mesa3d/include/GL/
Dglx.h204 Pixmap pixmap );
260 Pixmap pixmap, const int *attribList );
297 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
Dglxext.h116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
456 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm…
458 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
731 … ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
738 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.h61 Pixmap m_X11Pixmap;
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglplatform.h87 typedef Pixmap EGLNativePixmapType;
/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.h77 Pixmap shm_pixmap_;
/external/mesa3d/include/EGL/
Deglplatform.h122 typedef Pixmap EGLNativePixmapType;
/external/swiftshader/include/EGL/
Deglplatform.h120 typedef Pixmap EGLNativePixmapType;
/external/swiftshader/include/GL/
Dglxext.h116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
460 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm…
462 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
745 … ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
752 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);

123