HomeSort by relevance Sort by last modified time
    Searched refs:srcSurface (Results 1 - 17 of 17) sorted by null

  /external/skia/gm/
croppedrects.cpp 33 sk_sp<SkSurface> srcSurface = SkSurface::MakeRasterN32Premul(500, 500);
34 SkCanvas* srcCanvas = srcSurface->getCanvas();
49 fSrcImage = srcSurface->makeImageSnapshot();
  /external/skqp/gm/
croppedrects.cpp 33 sk_sp<SkSurface> srcSurface = SkSurface::MakeRasterN32Premul(500, 500);
34 SkCanvas* srcCanvas = srcSurface->getCanvas();
49 fSrcImage = srcSurface->makeImageSnapshot();
  /external/skia/src/gpu/
GrGpu.cpp 196 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin, int width,
202 SkASSERT(srcSurface);
221 dstColorType, GrPixelConfigIsSRGBEncoded(srcSurface->config()));
229 if (GrPixelConfigIsSRGB(srcSurface->config())) {
241 if (GrSRGBEncoded::kNo == GrPixelConfigIsSRGBEncoded(srcSurface->config())) {
263 if (!this->onGetReadPixelsInfo(srcSurface, srcOrigin, width, height, rowBytes, dstColorType,
269 if (!srcSurface->asTexture() ||
GrContext.cpp     [all...]
  /external/skqp/src/gpu/
GrContext.cpp 650 GrSurface* srcSurface = srcProxy->priv().peekSurface();
672 if (!GrSurfacePriv::AdjustReadPixelParams(srcSurface->width(), srcSurface->height(),
681 if (!fContext->fGpu->getReadPixelsInfo(srcSurface, srcProxy->origin(), width, height, rowBytes,
686 if (!(kDontFlush_PixelOpsFlag & flags) && srcSurface->surfacePriv().hasPendingWrite()) {
696 if (width != srcSurface->width() || height != srcSurface->height()) {
    [all...]
GrGpu.cpp 257 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin,
263 SkASSERT(srcSurface);
272 if (!this->onGetReadPixelsInfo(srcSurface, srcOrigin, width, height, rowBytes, readConfig,
278 if (!srcSurface->asTexture() ||
GrGpu.h 202 bool getReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin,
573 virtual bool onGetReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin,
  /external/skia/src/gpu/mtl/
GrMtlGpu.h 34 bool onGetReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin origin, int readWidth,
  /external/skqp/src/gpu/ddl/
GrDDLGpu.h 23 bool onGetReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin,
  /external/skqp/src/gpu/mock/
GrMockGpu.h 28 bool onGetReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin,
  /external/skqp/src/gpu/mtl/
GrMtlGpu.h 34 bool onGetReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin origin,
  /external/skqp/src/gpu/vk/
GrVkGpu.h 71 bool onGetReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin,
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.h 66 bool onGetReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin,
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]

Completed in 341 milliseconds