Home
last modified time | relevance | path

Searched refs:asVkFormat (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/gpu/
H A DGrBackendUtils.cpp60 SkAssertResult(format.asVkFormat(&vkFormat)); in GrBackendFormatToCompressionType()
121 SkAssertResult(format.asVkFormat(&vkFormat)); in GrBackendFormatBytesPerBlock()
181 SkAssertResult(format.asVkFormat(&vkFormat)); in GrBackendFormatStencilBits()
H A DGrAHardwareBufferUtils.cpp325 SkAssertResult(backendFormat.asVkFormat(&format)); in make_vk_backend_texture()
H A DGrBackendSurface.cpp135 bool GrBackendFormat::asVkFormat(VkFormat* format) const { in asVkFormat() function in GrBackendFormat
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp265 SkAssertResult(dst->backendFormat().asVkFormat(&dstFormat)); in onCanCopySurface()
266 SkAssertResult(src->backendFormat().asVkFormat(&srcFormat)); in onCanCopySurface()
1434 SkAssertResult(format.asVkFormat(&vkFormat)); in backend_format_is_external()
1444 if (!format.asVkFormat(&vkFormat)) { in isFormatSRGB()
1456 if (!format.asVkFormat(&vkFormat)) { in isFormatTexturable()
1478 if (!format.asVkFormat(&vkFormat)) { in isFormatAsColorTypeRenderable()
1490 if (!format.asVkFormat(&vkFormat)) { in isFormatRenderable()
1503 if (!format.asVkFormat(&vkFormat)) { in getRenderTargetSampleCount()
1536 if (!format.asVkFormat(&vkFormat)) { in maxRenderTargetSampleCount()
1567 if (!surfaceFormat.asVkFormat( in supportedWritePixelsColorType()
[all...]
H A DGrVkGpu.cpp1155 SkAssertResult(format.asVkFormat(&pixelFormat)); in onCreateTexture()
1219 SkAssertResult(format.asVkFormat(&pixelFormat)); in onCreateCompressedTexture()
1253 SkAssertResult(format.asVkFormat(&pixelFormat)); in onCreateCompressedTexture()
1649 SkAssertResult(format.asVkFormat(&pixelFormat)); in makeMSAAAttachment()
1818 if (!format.asVkFormat(&vkFormat)) { in onCreateBackendTexture()
2303 SkAssertResult(dst->backendFormat().asVkFormat(&srcFormat)); in copySurfaceAsCopyImage()
2367 SkAssertResult(dst->backendFormat().asVkFormat(&srcFormat)); in copySurfaceAsBlit()
H A DGrVkRenderTarget.cpp414 SkAssertResult(programInfo.backendFormat().asVkFormat(&format)); in ReconstructAttachmentsDescriptor()
/third_party/skia/include/gpu/
H A DGrBackendSurface.h147 bool asVkFormat(VkFormat*) const;
/third_party/skia/tests/
H A DBackendAllocationTest.cpp134 format.asVkFormat(&vkFormat); in isBGRA8()
183 format.asVkFormat(&vkFormat); in isRGB()

Completed in 15 milliseconds