Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlCaps.h61 bool canCopyAsBlit(GrSurface* dst,
66 bool canCopyAsBlit(MTLPixelFormat dstFormat, int dstSampleCount,
DGrMtlCaps.mm155 bool GrMtlCaps::canCopyAsBlit(GrSurface* dst, function
173 return this->canCopyAsBlit(dstFormat, dstSampleCount, srcFormat, srcSampleCount, srcRect,
177 bool GrMtlCaps::canCopyAsBlit(MTLPixelFormat dstFormat, int dstSampleCount, function
253 if (this->canCopyAsBlit(GrBackendFormatAsMTLPixelFormat(dst->backendFormat()), dstSampleCnt,
DGrMtlGpu.mm1222 SkASSERT(this->mtlCaps().canCopyAsBlit(dst, src, srcRect, dstPoint));
1245 if (this->mtlCaps().canCopyAsBlit(dst, src, srcRect, dstPoint)) {
/external/skqp/src/gpu/mtl/
DGrMtlCaps.h49 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCount, GrSurfaceOrigin dstOrigin,
DGrMtlCaps.mm117 bool GrMtlCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCount, function
185 return this->canCopyAsBlit(dst->config(), dstSampleCnt, 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,
/external/skqp/src/gpu/vk/
DGrVkCaps.h136 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear,
DGrVkCaps.cpp137 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() function in GrVkCaps
242 this->canCopyAsBlit(dstConfig, dstSampleCnt, dstIsLinear, in onCanCopySurface()
DGrVkGpu.cpp716 if (!this->vkCaps().canCopyAsBlit(tex->config(), 1, false, in uploadTexDataOptimal()
1883 SkASSERT(this->vkCaps().canCopyAsBlit(dst->config(), dstSampleCnt, dstImage->isLinearTiled(), in copySurfaceAsBlit()
2030 if (this->vkCaps().canCopyAsBlit(dstConfig, dstSampleCnt, dstImage->isLinearTiled(), in onCopySurface()
2118 if (!this->vkCaps().canCopyAsBlit(copySurface->config(), 1, false, in onReadPixels()
/external/skia/src/gpu/vk/
DGrVkCaps.h212 bool canCopyAsBlit(VkFormat dstConfig,
DGrVkCaps.cpp150 bool GrVkCaps::canCopyAsBlit(VkFormat dstFormat, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() function in GrVkCaps
263 this->canCopyAsBlit(dstFormat, dstSampleCnt, dstIsLinear, dstHasYcbcr, in onCanCopySurface()
DGrVkGpu.cpp2191 SkASSERT(this->vkCaps().canCopyAsBlit(dstFormat, dstSampleCnt, dstImage->isLinearTiled(), in copySurfaceAsBlit()
2328 if (this->vkCaps().canCopyAsBlit(dstFormat, dstSampleCnt, dstImage->isLinearTiled(), in onCopySurface()
/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()
/external/skia/src/gpu/gl/
DGrGLCaps.h406 bool canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt,
DGrGLCaps.cpp3265 bool GrGLCaps::canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt, in canCopyAsBlit() function in GrGLCaps
3376 this->canCopyAsBlit(dstFormat, dstSampleCnt, dstTexTypePtr, srcFormat, srcSampleCnt, in onCanCopySurface()
DGrGLGpu.cpp2862 return caps.canCopyAsBlit(dstFormat, dstSampleCnt, dstTexTypePtr, in can_blit_framebuffer_for_copy_surface()