Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Drenderer_utils.h443 angle::FormatID ConvertToLinear(angle::FormatID formatID);
Drenderer_utils.cpp1482 angle::FormatID ConvertToLinear(angle::FormatID formatID) in ConvertToLinear() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp54 ? ConvertToLinear(imageFormatID) in FormatReinterpretationSupported()
Dvk_helpers.cpp4956 actualFormat.isSRGB ? ConvertToLinear(actualFormatID) : ConvertToSRGB(actualFormatID); in DeriveCreateInfoPNext()
5283 angle::FormatID linearFormat = ConvertToLinear(actualFormat); in initLayerImageView()
9287 angle::FormatID linearOverrideFormat = ConvertToLinear(image.getActualFormatID()); in initSRGBReadViewsImpl()
DTextureVk.cpp2869 (ConvertToLinear(mImage->getActualFormatID()) != angle::FormatID::NONE)); in getCopyImageView()
Dvk_cache_utils.cpp1126 angle::FormatID linearFormat = rx::ConvertToLinear(attachmentFormatID); in InitializeRenderPassFromDesc()