Searched refs:FormatReinterpretationSupported (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 38 bool FormatReinterpretationSupported(const std::vector<GLenum> &optionalSizedFormats, in FormatReinterpretationSupported() function 87 if (!FormatReinterpretationSupported(optionalSizedSRGBFormats, rendererVk, kLinearColorspace)) in GetTextureSRGBDecodeSupport() 129 if (!FormatReinterpretationSupported(optionalLinearFormats, rendererVk, kNonLinearColorspace)) in GetTextureSRGBOverrideSupport() 136 if (!FormatReinterpretationSupported(optionalS3TCLinearFormats, rendererVk, in GetTextureSRGBOverrideSupport() 145 if (!FormatReinterpretationSupported(optionalR8LinearFormats, rendererVk, in GetTextureSRGBOverrideSupport() 154 if (!FormatReinterpretationSupported(optionalRG8LinearFormats, rendererVk, in GetTextureSRGBOverrideSupport() 163 if (!FormatReinterpretationSupported(optionalBPTCLinearFormats, rendererVk, in GetTextureSRGBOverrideSupport()
|