Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBackendUtils.cpp54 SkAssertResult(format.asVkFormat(&vkFormat)); in GrBackendFormatToCompressionType()
109 SkAssertResult(format.asVkFormat(&vkFormat)); in GrBackendFormatBytesPerBlock()
169 SkAssertResult(format.asVkFormat(&vkFormat)); in GrBackendFormatStencilBits()
DGrAHardwareBufferImageGenerator.cpp108 SkAssertResult(backendFormat.asVkFormat(&format)); in makeView()
DGrAHardwareBufferUtils.cpp325 SkAssertResult(backendFormat.asVkFormat(&format)); in make_vk_backend_texture()
DGrBackendSurface.cpp134 bool GrBackendFormat::asVkFormat(VkFormat* format) const { in asVkFormat() function in GrBackendFormat
/external/skia/src/gpu/vk/
DGrVkCaps.cpp258 SkAssertResult(dst->backendFormat().asVkFormat(&dstFormat)); in onCanCopySurface()
259 SkAssertResult(src->backendFormat().asVkFormat(&srcFormat)); in onCanCopySurface()
1393 SkAssertResult(format.asVkFormat(&vkFormat)); in backend_format_is_external()
1403 if (!format.asVkFormat(&vkFormat)) { in isFormatSRGB()
1415 if (!format.asVkFormat(&vkFormat)) { in isFormatTexturable()
1437 if (!format.asVkFormat(&vkFormat)) { in isFormatAsColorTypeRenderable()
1449 if (!format.asVkFormat(&vkFormat)) { in isFormatRenderable()
1462 if (!format.asVkFormat(&vkFormat)) { in getRenderTargetSampleCount()
1495 if (!format.asVkFormat(&vkFormat)) { in maxRenderTargetSampleCount()
1526 if (!surfaceFormat.asVkFormat(&vkFormat)) { in supportedWritePixelsColorType()
[all …]
DGrVkGpu.cpp1040 SkAssertResult(format.asVkFormat(&pixelFormat)); in onCreateTexture()
1102 SkAssertResult(format.asVkFormat(&pixelFormat)); in onCreateCompressedTexture()
1484 SkAssertResult(format.asVkFormat(&pixelFormat)); in makeMSAAAttachment()
1651 if (!format.asVkFormat(&vkFormat)) { in onCreateBackendTexture()
2129 SkAssertResult(dst->backendFormat().asVkFormat(&srcFormat)); in copySurfaceAsCopyImage()
2190 SkAssertResult(dst->backendFormat().asVkFormat(&srcFormat)); in copySurfaceAsBlit()
DGrVkRenderTarget.cpp375 SkAssertResult(programInfo.backendFormat().asVkFormat(&format)); in ReconstructAttachmentsDescriptor()
/external/skia/include/gpu/
DGrBackendSurface.h132 bool asVkFormat(VkFormat*) const;
/external/skia/tests/
DBackendAllocationTest.cpp133 format.asVkFormat(&vkFormat); in isBGRA8()
182 format.asVkFormat(&vkFormat); in isRGB()