Searched refs:GrPixelConfigToVkFormat (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkUtil.h | 31 bool GrPixelConfigToVkFormat(GrPixelConfig config, VkFormat* format);
|
D | GrVkUtil.cpp | 10 bool GrPixelConfigToVkFormat(GrPixelConfig config, VkFormat* format) { in GrPixelConfigToVkFormat() function
|
D | GrVkRenderTarget.cpp | 120 GrPixelConfigToVkFormat(desc.fConfig, &pixelFormat); in Create() 245 GrPixelConfigToVkFormat(this->config(), &colorFormat); in getAttachmentsDescriptor()
|
D | GrVkTextureRenderTarget.cpp | 33 GrPixelConfigToVkFormat(desc.fConfig, &pixelFormat); in Create()
|
D | GrVkGpu.cpp | 471 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()
|
D | GrVkCaps.cpp | 145 if (!GrPixelConfigToVkFormat(config, &format)) { in config_supported_for_feature()
|