/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/angle/src/libANGLE/renderer/gl/glx/ |
D | PixmapSurfaceGLX.h | 24 Pixmap pixmap, 61 Pixmap mXPixmap; 62 glx::Pixmap mGLXPixmap;
|
D | FunctionsGLX.h | 65 glx::Pixmap createPixmap(glx::FBConfig config, Pixmap pixmap, const int *attribList) const; 66 void destroyPixmap(Pixmap pixmap) const;
|
D | FunctionsGLX.cpp | 403 glx::Pixmap FunctionsGLX::createPixmap(glx::FBConfig config, in createPixmap() 404 Pixmap pixmap, in createPixmap() 410 void FunctionsGLX::destroyPixmap(Pixmap pixmap) const in destroyPixmap()
|
D | functionsglx_typedefs.h | 33 typedef GLXPixmap (*PFNGLXCREATEGLXPIXMAPPROC)(Display *dpy, XVisualInfo *visual, Pixmap pixmap);
|
/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 | 857 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 …]
|
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/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/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/angle/util/x11/ |
D | X11Pixmap.h | 31 Pixmap mPixmap;
|
/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…
|
/external/webrtc/modules/desktop_capture/linux/ |
D | x_server_pixel_buffer.h | 79 Pixmap shm_pixmap_ = 0;
|
/external/swiftshader/include/EGL/ |
D | eglplatform.h | 120 typedef Pixmap EGLNativePixmapType;
|
/external/mesa3d/include/EGL/ |
D | eglplatform.h | 138 typedef Pixmap EGLNativePixmapType;
|
/external/angle/include/EGL/ |
D | eglplatform.h | 125 typedef Pixmap EGLNativePixmapType;
|