Home
last modified time | relevance | path

Searched refs:didWriteToSurface (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/
DGrGpu.cpp298 this->didWriteToSurface(surface, kTopLeft_GrSurfaceOrigin, &rect, mipLevelCount); in writePixels()
326 this->didWriteToSurface(texture, kTopLeft_GrSurfaceOrigin, &rect); in transferPixels()
356 void GrGpu::didWriteToSurface(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds, in didWriteToSurface() function in GrGpu
DGrGpu.h436 void didWriteToSurface(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds,
/external/skia/src/gpu/
DGrGpu.cpp452 this->didWriteToSurface(surface, kTopLeft_GrSurfaceOrigin, &rect, mipLevelCount); in writePixels()
495 this->didWriteToSurface(texture, kTopLeft_GrSurfaceOrigin, &rect); in transferPixelsTo()
567 void GrGpu::didWriteToSurface(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds, in didWriteToSurface() function in GrGpu
DGrGpu.h644 void didWriteToSurface(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds,
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h121 this->didWriteToSurface(surface, origin, bounds); in submitIndirectCommandBuffer()
DGrMtlGpu.mm743 this->didWriteToSurface(dst, dstOrigin, &dstRect);
/external/skia/src/gpu/mtl/
DGrMtlGpu.h114 this->didWriteToSurface(surface, origin, bounds); in submitIndirectCommandBuffer()
DGrMtlGpu.mm1256 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect);
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp1871 this->didWriteToSurface(dst, dstOrigin, &dstRect); in copySurfaceAsCopyImage()
1946 this->didWriteToSurface(dst, dstOrigin, &dstRect); in copySurfaceAsBlit()
1964 this->didWriteToSurface(dst, dstOrigin, &dstRect); in copySurfaceAsResolve()
1997 this->didWriteToSurface(dst, dstOrigin, &dstRect); in onCopySurface()
2297 this->didWriteToSurface(target, origin, &bounds); in submitSecondaryCommandBuffer()
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp229 this->didWriteToSurface(target, origin, &bounds); in endRenderPass()
513 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect); in copySurfaceAsCopyTexture()
525 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect); in copySurfaceAsResolve()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp2173 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect); in copySurfaceAsCopyImage()
2236 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect); in copySurfaceAsBlit()
2250 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect); in copySurfaceAsResolve()
2472 this->didWriteToSurface(target, origin, &bounds); in endRenderPass()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2208 this->didWriteToSurface(target, origin, &bounds); in flushRenderTarget()
2213 this->didWriteToSurface(target, kTopLeft_GrSurfaceOrigin, nullptr); in flushRenderTarget()
3366 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect); in copySurfaceAsDraw()
3388 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect); in copySurfaceAsCopyTexSubImage()
3424 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect); in copySurfaceAsBlitFramebuffer()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2449 this->didWriteToSurface(target, origin, &bounds); in flushRenderTarget()
2454 this->didWriteToSurface(target, kTopLeft_GrSurfaceOrigin, nullptr); in flushRenderTarget()
3681 this->didWriteToSurface(dst, dstOrigin, &dstRect); in copySurfaceAsDraw()
3715 this->didWriteToSurface(dst, dstOrigin, &dstRect); in copySurfaceAsCopyTexSubImage()
3768 this->didWriteToSurface(dst, dstOrigin, &dstRect); in copySurfaceAsBlitFramebuffer()