Home | History | Annotate | Download | only in vk

Lines Matching defs:pixelFormat

795     VkFormat pixelFormat;
796 if (!GrPixelConfigToVkFormat(desc.fConfig, &pixelFormat)) {
827 imageDesc.fFormat = pixelFormat;
1217 VkFormat pixelFormat;
1218 if (!GrPixelConfigToVkFormat(config, &pixelFormat)) {
1274 pixelFormat, // VkFormat
1541 info.fFormat = pixelFormat;
1971 VkFormat pixelFormat;
1972 if (!GrPixelConfigToVkFormat(config, &pixelFormat)) {