HomeSort by relevance Sort by last modified time
    Searched refs:pixmap (Results 51 - 75 of 164) sorted by null

1 23 4 5 6 7

  /external/skia/tests/
DeviceLooperTest.cpp 13 static void make_pm(SkAutoPixmapStorage* pixmap, int w, int h) {
14 pixmap->alloc(SkImageInfo::Make(w, h, kAlpha_8_SkColorType, kPremul_SkAlphaType));
  /external/skqp/include/utils/
SkPaintFilterCanvas.h 104 bool onPeekPixels(SkPixmap* pixmap) override;
105 bool onAccessTopLayerPixels(SkPixmap* pixmap) override;
  /external/skqp/tests/
DeviceLooperTest.cpp 13 static void make_pm(SkAutoPixmapStorage* pixmap, int w, int h) {
14 pixmap->alloc(SkImageInfo::Make(w, h, kAlpha_8_SkColorType, kPremul_SkAlphaType));
  /external/mesa3d/src/glx/apple/
appledri.h 120 Bool XAppleDRIDestroyPixmap(Display * dpy, Pixmap pixmap);
  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 241 bool SkPaintFilterCanvas::onPeekPixels(SkPixmap* pixmap) {
242 return proxy()->peekPixels(pixmap);
245 bool SkPaintFilterCanvas::onAccessTopLayerPixels(SkPixmap* pixmap) {
254 pixmap->reset(info, addr, rowBytes);
  /external/skia/tools/fiddle/
fiddle_main.cpp 140 SkPixmap* pixmap = &originalPixmap; local
153 pixmap = &rgbaPixmap;
160 texels[0].fPixels = pixmap->addr();
161 texels[0].fRowBytes = pixmap->rowBytes();
  /external/skqp/include/core/
SkImage.h 54 static sk_sp<SkImage> MakeRasterCopy(const SkPixmap& pixmap);
64 * Returns NULL if the requested pixmap info is unsupported.
66 static sk_sp<SkImage> MakeFromRaster(const SkPixmap& pixmap,
188 * Uploads the pixmap to a GPU backed image using the supplied GrContext.
198 * from the pixmap.
200 static sk_sp<SkImage> MakeCrossContextFromPixmap(GrContext* context, const SkPixmap& pixmap,
349 * return true, and if not null, return in the pixmap parameter the info about the
352 * On failure, return false and ignore the pixmap parameter.
354 bool peekPixels(SkPixmap* pixmap) const;
419 * Copy the pixels from this image into the dst pixmap, converting as needed into dst'
    [all...]
  /external/skqp/src/utils/
SkPaintFilterCanvas.cpp 241 bool SkPaintFilterCanvas::onPeekPixels(SkPixmap* pixmap) {
242 return proxy()->peekPixels(pixmap);
245 bool SkPaintFilterCanvas::onAccessTopLayerPixels(SkPixmap* pixmap) {
254 pixmap->reset(info, addr, rowBytes);
  /external/skqp/tools/fiddle/
fiddle_main.cpp 140 SkPixmap* pixmap = &originalPixmap; local
153 pixmap = &rgbaPixmap;
160 texels[0].fPixels = pixmap->addr();
161 texels[0].fRowBytes = pixmap->rowBytes();
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 42 typedef ::Pixmap EGLNativePixmapType;
54 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreatePixmapSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativePixmapType pixmap, const eglw::EGLint* attrib_list);
87 eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const
89 return ((eglX11CreatePixmapSurfaceFunc)m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType>(pixmap), attrib_list);
218 class Pixmap : public NativePixmap
227 Pixmap (MovePtr<x11::Pixmap> x11Pixmap)
235 UniquePtr<x11::Pixmap> m_pixmap;
242 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 189 glXCreateGLXPixmap(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap)
195 return t->CreateGLXPixmap(dpy, visinfo, pixmap);
211 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap)
217 t->DestroyGLXPixmap(dpy, pixmap);
429 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList)
435 return t->CreatePixmap(dpy, config, pixmap, attribList);
462 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap)
468 t->DestroyPixmap(dpy, pixmap);
    [all...]
xm_dd.c 102 * Clear the front or back color buffer, if it's implemented with a pixmap.
112 assert(xrb->pixmap);
115 assert(xrb->pixmap);
118 XMesaFillRectangle( xmesa->display, xrb->pixmap, xmbuf->cleargc,
323 xrb->pixmap && /* drawing to pixmap or window */
414 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
454 xrb->pixmap && /* drawing to pixmap or window */
545 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h)
    [all...]
fakeglx.c     [all...]
xm_api.c 115 * 2 = shared Pixmap support available also
240 * Return the size of the window (or pixmap) that corresponds to the
253 stat = get_drawable_size(dpy, b->frontxrb->pixmap, width, height);
277 * \param d the corresponding X drawable (window or pixmap)
278 * \param type either WINDOW, PIXMAP or PBUFFER, describing d
289 assert(type == WINDOW || type == PIXMAP || type == PBUFFER);
313 b->frontxrb->pixmap = (XMesaPixmap) d;
556 * \param window the window/pixmap we're rendering into
557 * \param cmap the colormap associated with the window/pixmap
610 assert(b->frontxrb->pixmap == (XMesaPixmap) window)
    [all...]
xmesa.h 115 * GL_FALSE = use an off-screen pixmap for back buffer
178 * Create an XMesaBuffer from an X pixmap.
186 * Destroy an XMesaBuffer, but not the corresponding window or pixmap.
263 * Return a pointer to the Pixmap or XImage being used as the back
267 * Output: pixmap - pointer to back buffer's Pixmap, or 0
273 XMesaPixmap *pixmap,
312 * Scan for XMesaBuffers whose window/pixmap has been destroyed, then free
374 * Texture from Pixmap
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 453 Pixmap pixmap; member in struct:VASurfaceGLX
459 // Create Pixmaps for GLX texture-from-pixmap extension
465 Pixmap pixmap = None; local
477 pixmap = XCreatePixmap(
484 if (!pixmap)
486 pSurfaceGLX->pixmap = pixmap;
538 pixmap,
    [all...]
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 86 EGLSurface createPixmapSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& pixmap, bool useLegacyCreate)
93 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL);
100 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), DE_NULL);
186 TCU_THROW(NotSupportedError, "Native pixmap doesn't support legacy eglCreatePixmapSurface()");
191 TCU_THROW(NotSupportedError, "Native pixmap doesn't support eglCreatePlatformPixmapSurfaceEXT()");
194 log << TestLog::Message << "Creating pixmap surface with config ID " << id << TestLog::EndMessage;
200 de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
201 eglu::UniqueSurface surface (egl, display, createPixmapSurface(display, config, m_eglTestCtx.getNativeDisplay(), *pixmap, m_useLegacyCreate));
307 // Pixmap surfaces
309 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces")
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri3.c 55 uint32_t pixmap; member in struct:vl_dri3_buffer
109 xcb_free_pixmap(scrn->conn, buffer->pixmap);
161 if (buf && buf->pixmap == ie->pixmap) {
219 xcb_pixmap_t pixmap; local
285 (pixmap = xcb_generate_id(scrn->conn)),
292 pixmap,
297 buffer->pixmap = pixmap;
344 * handle and pixmap for the texture that is se
    [all...]
  /external/skia/src/gpu/
GrProxyProvider.cpp 254 SkPixmap pixMap;
255 SkAssertResult(srcImage->peekPixels(&pixMap));
256 GrMipLevel mipLevel = { pixMap.addr(), pixMap.rowBytes() };
292 SkPixmap pixmap; local
293 if (!bitmap.peekPixels(&pixmap)) {
297 ATRACE_ANDROID_FRAMEWORK("Upload MipMap Texture [%ux%u]", pixmap.width(), pixmap.height());
298 sk_sp<SkMipMap> mipmaps(SkMipMap::Build(pixmap, mipColorMode, nullptr));
318 GrSurfaceDesc desc = GrImageInfoToSurfaceDesc(pixmap.info(), *this->caps())
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 151 SkPixmap pixmap; local
152 if (image->peekPixels(&pixmap) && skiaBitmap.installPixels(pixmap)) {
160 SkPixmap pixmap; local
161 if (image->peekPixels(&pixmap) && skiaBitmap.installPixels(pixmap)) {
  /external/mesa3d/src/vulkan/wsi/
wsi_common_x11.c 516 xcb_pixmap_t pixmap; member in struct:x11_image
592 if (chain->images[i].pixmap == idle->pixmap) {
742 image->pixmap,
865 image->pixmap = xcb_generate_id(chain->conn);
869 image->pixmap,
888 image->pixmap,
902 cookie = xcb_free_pixmap(chain->conn, image->pixmap);
922 cookie = xcb_free_pixmap(chain->conn, image->pixmap);
    [all...]
  /external/python/cpython2/Lib/plat-mac/
videoreader.py 104 self.pixmap = self.gworld.GetGWorldPixMap()
105 Qdoffs.LockPixels(self.pixmap)
236 """Shuffle the offscreen PixMap data, because it may have funny stride values"""
237 rowbytes = Qdoffs.GetPixRowBytes(self.pixmap)
243 nextline = Qdoffs.GetPixMapBytes(self.pixmap, start, width*4)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
videoreader.py 104 self.pixmap = self.gworld.GetGWorldPixMap()
105 Qdoffs.LockPixels(self.pixmap)
236 """Shuffle the offscreen PixMap data, because it may have funny stride values"""
237 rowbytes = Qdoffs.GetPixRowBytes(self.pixmap)
243 nextline = Qdoffs.GetPixMapBytes(self.pixmap, start, width*4)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 104 self.pixmap = self.gworld.GetGWorldPixMap()
105 Qdoffs.LockPixels(self.pixmap)
236 """Shuffle the offscreen PixMap data, because it may have funny stride values"""
237 rowbytes = Qdoffs.GetPixRowBytes(self.pixmap)
243 nextline = Qdoffs.GetPixMapBytes(self.pixmap, start, width*4)
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]

Completed in 2218 milliseconds

1 23 4 5 6 7