Home
last modified time | relevance | path

Searched refs:Pixmap (Results 1 – 25 of 67) 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/angle/src/libANGLE/renderer/gl/glx/
DPixmapSurfaceGLX.h24 Pixmap pixmap,
61 Pixmap mXPixmap;
62 glx::Pixmap mGLXPixmap;
DFunctionsGLX.h65 glx::Pixmap createPixmap(glx::FBConfig config, Pixmap pixmap, const int *attribList) const;
66 void destroyPixmap(Pixmap pixmap) const;
DFunctionsGLX.cpp403 glx::Pixmap FunctionsGLX::createPixmap(glx::FBConfig config, in createPixmap()
404 Pixmap pixmap, in createPixmap()
410 void FunctionsGLX::destroyPixmap(Pixmap pixmap) const in destroyPixmap()
Dfunctionsglx_typedefs.h33 typedef GLXPixmap (*PFNGLXCREATEGLXPIXMAPPROC)(Display *dpy, XVisualInfo *visual, Pixmap pixmap);
/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);
177 …GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
Dxmesa_x.h43 typedef Pixmap XMesaPixmap;
/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/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.c124 Pixmap pixmap, Colormap cmap) in glXCreateGLXPixmapMESA()
196 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, void *config, Pixmap p)
Dappledri.h120 Bool XAppleDRIDestroyPixmap(Display * dpy, Pixmap pixmap);
/external/mesa3d/docs/_extra/specs/
DMESA_pixmap_colormap.spec53 Pixmap pixmap, Colormap cmap );
70 Pixmap pixmap, Colormap cmap );
/external/mesa3d/docs/
Dxlibdriver.rst52 Mesa can use either an X Pixmap or XImage as the back color buffer when
55 values for **MESA_BACK_BUFFER** are: **Pixmap** and **XImage** (only the
58 Using XImage is almost always faster than a Pixmap since it resides in
63 A Pixmap may be faster when doing remote rendering of a simple scene.
64 Some OpenGL features will be very slow with a Pixmap (for example,
159 Pixmap pixmap, Colormap cmap )
/external/ImageMagick/MagickCore/
Danimate.c857 window_info.pixmap=(Pixmap) NULL; in XAnimateBackgroundImage()
858 window_info.matte_pixmap=(Pixmap) NULL; in XAnimateBackgroundImage()
1042 if (window_info.pixmap == (Pixmap) NULL) in XAnimateBackgroundImage()
1061 window_info.pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateBackgroundImage()
1063 window_info.matte_pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateBackgroundImage()
1065 if ((window_info.pixmaps == (Pixmap *) NULL) || in XAnimateBackgroundImage()
1066 (window_info.matte_pixmaps == (Pixmap *) NULL)) in XAnimateBackgroundImage()
1080 window_info.pixmap=(Pixmap) NULL; in XAnimateBackgroundImage()
1081 window_info.matte_pixmap=(Pixmap) NULL; in XAnimateBackgroundImage()
1115 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 */
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h168 Pixmap p,
271 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p,
/external/python/pycparser/utils/fake_libc_include/X11/
D_X11_fake_defines.h7 #define Pixmap CARD32 macro
/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/angle/util/x11/
DX11Pixmap.h31 Pixmap mPixmap;
/external/mesa3d/include/GL/
Dglx.h199 Pixmap pixmap );
255 Pixmap pixmap, const int *attribList );
292 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
/external/webrtc/modules/desktop_capture/linux/
Dx_server_pixel_buffer.h79 Pixmap shm_pixmap_ = 0;
/external/swiftshader/include/EGL/
Deglplatform.h120 typedef Pixmap EGLNativePixmapType;
/external/mesa3d/include/EGL/
Deglplatform.h138 typedef Pixmap EGLNativePixmapType;
/external/angle/include/EGL/
Deglplatform.h125 typedef Pixmap EGLNativePixmapType;

123