Searched refs:copySurfaceAsDraw (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 193 void copySurfaceAsDraw(GrSurface* dst,
|
D | GrVkGpu.cpp | 1060 void GrVkGpu::copySurfaceAsDraw(GrSurface* dst, in copySurfaceAsDraw() function in GrVkGpu 1077 this->copySurfaceAsDraw(dst, src, srcRect, dstPoint); in onCopySurface()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 240 void copySurfaceAsDraw(GrSurface* dst,
|
D | GrGLGpu.cpp | 3345 this->copySurfaceAsDraw(dst, src, srcRect, dstPoint); in onCopySurface() 3359 this->copySurfaceAsDraw(dst, src, srcRect, dstPoint); in onCopySurface() 3660 void GrGLGpu::copySurfaceAsDraw(GrSurface* dst, in copySurfaceAsDraw() function in GrGLGpu
|