Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h449 angle::FormatID ConvertToLinear(angle::FormatID formatID);
Drenderer_utils.cpp1376 angle::FormatID ConvertToLinear(angle::FormatID formatID) in ConvertToLinear() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp61 ? ConvertToLinear(imageFormatID) in FormatReinterpretationSupported()
Dvk_helpers.cpp4329 actualFormat.isSRGB ? ConvertToLinear(actualFormatID) : ConvertToSRGB(actualFormatID); in DeriveCreateInfoPNext()
4649 angle::FormatID linearFormat = ConvertToLinear(actualFormat); in initLayerImageView()
8162 angle::FormatID linearOverrideFormat = ConvertToLinear(image.getActualFormatID()); in initSRGBReadViewsImpl()
DTextureVk.cpp2856 (ConvertToLinear(mImage->getActualFormatID()) != angle::FormatID::NONE)); in getCopyImageViewAndRecordUse()
Dvk_cache_utils.cpp1024 angle::FormatID linearFormat = rx::ConvertToLinear(attachmentFormatID); in InitializeRenderPassFromDesc()