Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.h326 void didWriteToSurface(GrSurface*, const SkIRect* bounds) const;
DGrGLGpu.cpp2541 this->didWriteToSurface(target, bounds); in flushRenderTarget()
2551 void GrGLGpu::didWriteToSurface(GrSurface* surface, const SkIRect* bounds) const { in didWriteToSurface() function in GrGLGpu
3740 this->didWriteToSurface(dst, &dstRect); in copySurfaceAsDraw()
3778 this->didWriteToSurface(dst, &dstRect); in copySurfaceAsCopyTexSubImage()
3839 this->didWriteToSurface(dst, &dstRect); in copySurfaceAsBlitFramebuffer()