/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 42 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/ |
D | tcuNullWSPlatform.cpp | 65 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/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 66 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);
|
D | xmesa_x.h | 43 typedef Pixmap XMesaPixmap;
|
/external/skqp/docs/ |
D | SkPixmap_Reference.bmh | 1 #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/ |
D | apple_glx_drawable.h | 216 bool apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap, 220 bool apple_glx_pixmap_destroy(Display * dpy, Pixmap pixmap);
|
D | glx_empty.c | 124 Pixmap pixmap, Colormap cmap) in glXCreateGLXPixmapMESA() 196 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, void *config, Pixmap p)
|
D | appledri.h | 120 Bool XAppleDRIDestroyPixmap(Display * dpy, Pixmap pixmap);
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_pixmap_colormap.spec | 53 Pixmap pixmap, Colormap cmap ); 70 Pixmap pixmap, Colormap cmap );
|
/external/mesa3d/docs/ |
D | xlibdriver.rst | 52 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/ |
D | animate.c | 860 window_info.pixmap=(Pixmap) NULL; in XAnimateBackgroundImage() 861 window_info.matte_pixmap=(Pixmap) NULL; in XAnimateBackgroundImage() 1045 if (window_info.pixmap == (Pixmap) NULL) in XAnimateBackgroundImage() 1064 window_info.pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateBackgroundImage() 1066 window_info.matte_pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateBackgroundImage() 1068 if ((window_info.pixmaps == (Pixmap *) NULL) || in XAnimateBackgroundImage() 1069 (window_info.matte_pixmaps == (Pixmap *) NULL)) in XAnimateBackgroundImage() 1083 window_info.pixmap=(Pixmap) NULL; in XAnimateBackgroundImage() 1084 window_info.matte_pixmap=(Pixmap) NULL; in XAnimateBackgroundImage() 1118 if (window_info.pixmap == (Pixmap) NULL) in XAnimateBackgroundImage() [all …]
|
D | xwdfile.h_vms | 57 CARD32 pixmap_depth B32; /* Pixmap depth */ 58 CARD32 pixmap_width B32; /* Pixmap width */ 59 CARD32 pixmap_height B32; /* Pixmap height */
|
/external/skqp/site/user/api/ |
D | SkPixmap_Reference.md | 65 <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/src/gallium/frontends/glx/xlib/ |
D | xm_api.h | 168 Pixmap p, 271 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p,
|
/external/python/pycparser/utils/fake_libc_include/X11/ |
D | _X11_fake_defines.h | 7 #define Pixmap CARD32 macro
|
/external/angle/util/x11/ |
D | X11Pixmap.h | 28 Pixmap mPixmap;
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.h | 61 Pixmap m_X11Pixmap;
|
/external/mesa3d/include/GL/ |
D | glx.h | 199 Pixmap pixmap ); 255 Pixmap pixmap, const int *attribList ); 292 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
|
D | glxext.h | 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 468 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm… 470 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 761 … ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 768 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | eglplatform.h | 87 typedef Pixmap EGLNativePixmapType;
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | x_server_pixel_buffer.h | 77 Pixmap shm_pixmap_;
|
/external/swiftshader/include/EGL/ |
D | eglplatform.h | 120 typedef Pixmap EGLNativePixmapType;
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | functionsglx_typedefs.h | 33 typedef GLXPixmap (*PFNGLXCREATEGLXPIXMAPPROC)(Display *dpy, XVisualInfo *visual, Pixmap pixmap);
|
/external/angle/include/EGL/ |
D | eglplatform.h | 132 typedef Pixmap EGLNativePixmapType;
|
/external/mesa3d/include/EGL/ |
D | eglplatform.h | 138 typedef Pixmap EGLNativePixmapType;
|