Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp3078 static inline bool can_blit_framebuffer_for_copy_surface(const GrSurface* dst, in can_blit_framebuffer_for_copy_surface() function
3266 if (can_blit_framebuffer_for_copy_surface(dst, src, srcRect, dstRect, this->glCaps())) { in onCopySurface()
3714 SkASSERT(can_blit_framebuffer_for_copy_surface(dst, src, srcRect, dstRect, this->glCaps())); in copySurfaceAsBlitFramebuffer()