Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3232 static inline bool can_blit_framebuffer_for_copy_surface(const GrSurface* dst, in can_blit_framebuffer_for_copy_surface() function
3418 if (can_blit_framebuffer_for_copy_surface(dst, src, srcRect, dstPoint, this)) { in onCopySurface()
3953 SkASSERT(can_blit_framebuffer_for_copy_surface(dst, src, srcRect, dstPoint, this)); in copySurfaceAsBlitFramebuffer()