Home
last modified time | relevance | path

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

/external/skqp/src/gpu/mtl/
DGrMtlCaps.h49 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCount, GrSurfaceOrigin dstOrigin,
DGrMtlGpu.mm599 SkASSERT(this->mtlCaps().canCopyAsBlit(dst->config(), dstSampleCnt, dstOrigin,
651 SkASSERT(!this->mtlCaps().canCopyAsBlit(dst->config(), dstSampleCnt, dstOrigin,
694 SkASSERT(this->mtlCaps().canCopyAsBlit(dst->config(),
731 } else if (this->mtlCaps().canCopyAsBlit(dstConfig, dstSampleCnt, dstOrigin,
DGrMtlCaps.mm117 bool GrMtlCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCount, function
185 return this->canCopyAsBlit(dst->config(), dstSampleCnt, dstOrigin,
/external/skia/src/gpu/mtl/
DGrMtlCaps.h49 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCount, GrSurfaceOrigin dstOrigin,
DGrMtlGpu.mm661 SkASSERT(this->mtlCaps().canCopyAsBlit(dst->config(), dstSampleCnt, dstOrigin,
713 SkASSERT(!this->mtlCaps().canCopyAsBlit(dst->config(), dstSampleCnt, dstOrigin,
756 SkASSERT(this->mtlCaps().canCopyAsBlit(dst->config(),
794 } else if (this->mtlCaps().canCopyAsBlit(dstConfig, dstSampleCnt, dstOrigin,
DGrMtlCaps.mm117 bool GrMtlCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCount, function
185 return this->canCopyAsBlit(dst->config(), dstSampleCnt, dstOrigin,
/external/skia/src/gpu/vk/
DGrVkCaps.h148 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear,
DGrVkCaps.cpp103 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() function in GrVkCaps
237 this->canCopyAsBlit(dstConfig, dstSampleCnt, dstIsLinear, dstHasYcbcr, in onCanCopySurface()
DGrVkGpu.cpp1916 SkASSERT(this->vkCaps().canCopyAsBlit(dst->config(), dstSampleCnt, dstImage->isLinearTiled(), in copySurfaceAsBlit()
2067 if (this->vkCaps().canCopyAsBlit(dstConfig, dstSampleCnt, dstImage->isLinearTiled(), in onCopySurface()
2157 if (!this->vkCaps().canCopyAsBlit(copySurface->config(), 1, kOrigin, false, in onReadPixels()
/external/skqp/src/gpu/vk/
DGrVkCaps.h136 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear,
DGrVkCaps.cpp98 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() function in GrVkCaps
203 this->canCopyAsBlit(dstConfig, dstSampleCnt, dstIsLinear, in onCanCopySurface()
DGrVkGpu.cpp1875 SkASSERT(this->vkCaps().canCopyAsBlit(dst->config(), dstSampleCnt, dstImage->isLinearTiled(), in copySurfaceAsBlit()
2022 if (this->vkCaps().canCopyAsBlit(dstConfig, dstSampleCnt, dstImage->isLinearTiled(), in onCopySurface()
2111 if (!this->vkCaps().canCopyAsBlit(copySurface->config(), 1, kOrigin, in onReadPixels()
/external/skia/src/gpu/gl/
DGrGLCaps.h404 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt,
DGrGLCaps.cpp2173 bool GrGLCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsBlit() function in GrGLCaps
2300 if (this->canCopyAsBlit(dstConfig, dstSampleCnt, SkToBool(dstTex), in onCanCopySurface()
2312 this->canCopyAsBlit(dstConfig, dstSampleCnt, SkToBool(dstTex), in onCanCopySurface()
DGrGLGpu.cpp3176 return caps.canCopyAsBlit(dst->config(), dstSampleCnt, SkToBool(dstTex), dstIsGLTexture2D, in can_blit_framebuffer_for_copy_surface()
/external/skqp/src/gpu/gl/
DGrGLCaps.h404 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt,
DGrGLCaps.cpp2155 bool GrGLCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsBlit() function in GrGLCaps
2282 if (this->canCopyAsBlit(dstConfig, dstSampleCnt, SkToBool(dstTex), in onCanCopySurface()
2294 this->canCopyAsBlit(dstConfig, dstSampleCnt, SkToBool(dstTex), in onCanCopySurface()
DGrGLGpu.cpp3148 return caps.canCopyAsBlit(dst->config(), dstSampleCnt, SkToBool(dstTex), dstIsGLTexture2D, in can_blit_framebuffer_for_copy_surface()