Home
last modified time | relevance | path

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

/external/skqp/src/gpu/mtl/
DGrMtlCaps.h54 bool canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable,
DGrMtlCaps.mm142 bool GrMtlCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable, function
188 this->canCopyAsDraw(dst->config(), SkToBool(dst->asRenderTargetProxy()),
DGrMtlGpu.mm654 SkASSERT(!this->mtlCaps().canCopyAsDraw(dst->config(), SkToBool(dst->asRenderTarget()),
681 SkASSERT(this->mtlCaps().canCopyAsDraw(transferTexture->config(),
727 if (this->mtlCaps().canCopyAsDraw(dst->config(), SkToBool(dst->asRenderTarget()),
DGrMtlCopyManager.mm132 SkASSERT(fGpu->mtlCaps().canCopyAsDraw(dst->config(), SkToBool(dst->asRenderTarget()),
/external/skia/src/gpu/mtl/
DGrMtlCaps.h54 bool canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable,
DGrMtlCaps.mm142 bool GrMtlCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable, function
188 this->canCopyAsDraw(dst->config(), SkToBool(dst->asRenderTargetProxy()),
DGrMtlGpu.mm716 SkASSERT(!this->mtlCaps().canCopyAsDraw(dst->config(), SkToBool(dst->asRenderTarget()),
743 SkASSERT(this->mtlCaps().canCopyAsDraw(transferTexture->config(),
790 if (this->mtlCaps().canCopyAsDraw(dst->config(), SkToBool(dst->asRenderTarget()),
DGrMtlCopyManager.mm132 SkASSERT(fGpu->mtlCaps().canCopyAsDraw(dst->config(), SkToBool(dst->asRenderTarget()),
/external/skia/src/gpu/vk/
DGrVkCaps.h156 bool canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable, bool dstHasYcbcr,
DGrVkCaps.cpp162 bool GrVkCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable, bool dstHasYcbcr, in canCopyAsDraw() function in GrVkCaps
241 this->canCopyAsDraw(dstConfig, dstSampleCnt > 0, dstHasYcbcr, in onCanCopySurface()
DGrVkGpu.cpp2051 if (this->vkCaps().canCopyAsDraw(dstConfig, SkToBool(dst->asRenderTarget()), dstHasYcbcr, in onCopySurface()
2160 !this->vkCaps().canCopyAsDraw(copySurface->config(), false, false, in onReadPixels()
/external/skqp/src/gpu/vk/
DGrVkCaps.h143 bool canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable,
DGrVkCaps.cpp147 bool GrVkCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable, in canCopyAsDraw() function in GrVkCaps
207 this->canCopyAsDraw(dstConfig, dstSampleCnt > 0, in onCanCopySurface()
DGrVkGpu.cpp1984 if (this->vkCaps().canCopyAsDraw(dstConfig, SkToBool(dst->asRenderTarget()), in onCopySurface()
2113 !this->vkCaps().canCopyAsDraw(copySurface->config(), false, in onReadPixels()
/external/skia/src/gpu/gl/
DGrGLCaps.h411 bool canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const;
DGrGLCaps.cpp2244 bool GrGLCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const { in canCopyAsDraw() function in GrGLCaps
2304 SkASSERT(this->canCopyAsDraw(dstConfig, SkToBool(srcTex))); in onCanCopySurface()
2316 this->canCopyAsDraw(dstConfig, SkToBool(srcTex)); in onCanCopySurface()
DGrGLGpu.cpp3317 if (preferCopy && this->glCaps().canCopyAsDraw(dst->config(), SkToBool(src->asTexture()))) { in onCopySurface()
3334 if (!preferCopy && this->glCaps().canCopyAsDraw(dst->config(), SkToBool(src->asTexture()))) { in onCopySurface()
/external/skqp/src/gpu/gl/
DGrGLCaps.h411 bool canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const;
DGrGLCaps.cpp2226 bool GrGLCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const { in canCopyAsDraw() function in GrGLCaps
2286 SkASSERT(this->canCopyAsDraw(dstConfig, SkToBool(srcTex))); in onCanCopySurface()
2298 this->canCopyAsDraw(dstConfig, SkToBool(srcTex)); in onCanCopySurface()
DGrGLGpu.cpp3289 if (preferCopy && this->glCaps().canCopyAsDraw(dst->config(), SkToBool(src->asTexture()))) { in onCopySurface()
3306 if (!preferCopy && this->glCaps().canCopyAsDraw(dst->config(), SkToBool(src->asTexture()))) { in onCopySurface()