Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.cpp1493 const GrRenderTarget* srcRT = src->asRenderTarget(); in can_copy_image() local
1494 if (dstRT && srcRT) { in can_copy_image()
1495 if (srcRT->numColorSamples() != dstRT->numColorSamples()) { in can_copy_image()
1502 } else if (srcRT) { in can_copy_image()
1503 if (srcRT->numColorSamples() > 1) { in can_copy_image()
1690 GrVkRenderTarget* srcRT = static_cast<GrVkRenderTarget*>(src->asRenderTarget()); in copySurfaceAsResolve() local
1691 this->resolveImage(dst, srcRT, srcRect, dstPoint); in copySurfaceAsResolve()
1721 GrRenderTarget* srcRT = src->asRenderTarget(); in onCopySurface() local
1722 if (srcRT) { in onCopySurface()
1723 GrVkRenderTarget* vkRT = static_cast<GrVkRenderTarget*>(srcRT); in onCopySurface()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3248 const GrRenderTarget* srcRT = src->asRenderTarget(); in can_blit_framebuffer_for_copy_surface() local
3266 if (srcRT && srcRT->numColorSamples()) { in can_blit_framebuffer_for_copy_surface()
3270 if (SkRect::Make(srcRect) != srcRT->getBoundsRect()) { in can_blit_framebuffer_for_copy_surface()
3285 const GrRenderTarget* srcRT = src->asRenderTarget(); in can_blit_framebuffer_for_copy_surface() local
3286 if (srcRT && srcRT->numColorSamples() && dst->config() != src->config()) { in can_blit_framebuffer_for_copy_surface()
3291 if (srcRT && srcRT->numColorSamples()) { in can_blit_framebuffer_for_copy_surface()
3319 const GrGLRenderTarget* srcRT = static_cast<const GrGLRenderTarget*>(src->asRenderTarget()); in can_copy_texsubimage() local
3322 if (srcRT && srcRT->renderFBOID() != srcRT->textureFBOID()) { in can_copy_texsubimage()