Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h464 bool copySurfaceAsBlitFramebuffer(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
H A DGrGLGpu.cpp3267 return this->copySurfaceAsBlitFramebuffer(dst, src, srcRect, dstRect, filter); in onCopySurface()
3712 bool GrGLGpu::copySurfaceAsBlitFramebuffer(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurfaceAsBlitFramebuffer() function in GrGLGpu