Home
last modified time | relevance | path

Searched defs:linearToSRGB (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dcommon.h122 static inline float linearToSRGB(float color) in linearToSRGB() function
134 static inline float4 linearToSRGB(float4 color) in linearToSRGB() function
/third_party/skia/third_party/externals/swiftshader/src/System/
DMath.hpp338 inline float linearToSRGB(float c) in linearToSRGB() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp370 inline float linearToSRGB(float c) in linearToSRGB() function
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil.h946 inline uint8_t linearToSRGB(uint8_t linearValue) in linearToSRGB() function
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.h962 inline uint8_t linearToSRGB(uint8_t linearValue) in linearToSRGB() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelProgram.cpp1187 Float4 PixelProgram::linearToSRGB(const Float4 &x) // Approximates x^(1.0/2.2) in linearToSRGB() function in sw::PixelProgram
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp94 Vec4 linearToSRGB (const Vec4& cl) in linearToSRGB() function