Home | History | Annotate | Download | only in vk

Lines Matching defs:pixelFormat

769     VkFormat pixelFormat;
770 SkAssertResult(GrPixelConfigToVkFormat(desc.fConfig, &pixelFormat));
791 imageDesc.fFormat = pixelFormat;
1182 VkFormat pixelFormat;
1183 if (!GrPixelConfigToVkFormat(config, &pixelFormat)) {
1239 pixelFormat, // VkFormat
1506 info.fFormat = pixelFormat;