Home
last modified time | relevance | path

Searched refs:ConvertToSRGB (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/
Drenderer_utils.h436 angle::FormatID ConvertToSRGB(angle::FormatID formatID);
Drenderer_utils.cpp1273 angle::FormatID ConvertToSRGB(angle::FormatID formatID) in ConvertToSRGB() function
1401 return ConvertToSRGB(formatID) != angle::FormatID::NONE; in IsOverridableLinearFormat()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp51 : ConvertToSRGB(vkFormat.actualImageFormatID); in FormatReinterpretationSupported()
Dvk_helpers.cpp4055 : ConvertToSRGB(imageFormat); in initExternal()
7584 angle::FormatID srgbOverrideFormat = ConvertToSRGB(image.getFormat().actualImageFormatID); in initSRGBReadViewsImpl()