Home
last modified time | relevance | path

Searched refs:GrPixelConfigToVkFormat (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkUtil.h31 bool GrPixelConfigToVkFormat(GrPixelConfig config, VkFormat* format);
DGrVkUtil.cpp10 bool GrPixelConfigToVkFormat(GrPixelConfig config, VkFormat* format) { in GrPixelConfigToVkFormat() function
DGrVkRenderTarget.cpp120 GrPixelConfigToVkFormat(desc.fConfig, &pixelFormat); in Create()
245 GrPixelConfigToVkFormat(this->config(), &colorFormat); in getAttachmentsDescriptor()
DGrVkTextureRenderTarget.cpp33 GrPixelConfigToVkFormat(desc.fConfig, &pixelFormat); in Create()
DGrVkGpu.cpp471 if (!GrPixelConfigToVkFormat(desc.fConfig, &pixelFormat)) { in onCreateTexture()
556 if (!GrPixelConfigToVkFormat(desc.fConfig, &format)) { in onWrapBackendTexture()
718 if (!GrPixelConfigToVkFormat(config, &pixelFormat)) { in createTestingOnlyBackendTexture()
1107 if (!GrPixelConfigToVkFormat(config, &pixelFormat)) { in onReadPixels()
DGrVkCaps.cpp145 if (!GrPixelConfigToVkFormat(config, &format)) { in config_supported_for_feature()