Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBackendSurface.cpp21 , fConfig(GrVkFormatToPixelConfig(vkInfo.fFormat)) in GrBackendTexture()
59 fConfig = GrVkFormatToPixelConfig(vkInfo->fFormat); in GrBackendTexture()
108 , fConfig(GrVkFormatToPixelConfig(vkInfo.fFormat)) in GrBackendRenderTarget()
142 fConfig = GrVkFormatToPixelConfig(vkInfo->fFormat); in GrBackendRenderTarget()
/external/skia/src/gpu/vk/
DGrVkUtil.h38 GrPixelConfig GrVkFormatToPixelConfig(VkFormat format);
DGrVkImage.cpp23 SkASSERT(kUnknown_GrPixelConfig != GrVkFormatToPixelConfig(format)); in vk_format_to_aspect_flags()
DGrVkUtil.cpp68 GrPixelConfig GrVkFormatToPixelConfig(VkFormat format) { in GrVkFormatToPixelConfig() function
DGrVkGpu.cpp877 SkASSERT(backendTex.config() == GrVkFormatToPixelConfig(info->fFormat)); in onWrapBackendTexture()
1036 SkASSERT(kUnknown_GrPixelConfig != GrVkFormatToPixelConfig(tex->imageFormat())); in generateMipmap()
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp184 GrPixelConfig config = GrVkFormatToPixelConfig(surfaceFormats[i].format); in createSwapchain()
259 fPixelConfig = GrVkFormatToPixelConfig(format); in createBuffers()