Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DMath.hpp370 inline float linearToSRGB(float c) in linearToSRGB() function
/external/swiftshader/src/System/
DMath.hpp370 inline float linearToSRGB(float c) in linearToSRGB() function
/external/swiftshader/src/Pipeline/
DPixelProgram.cpp1127 Float4 PixelProgram::linearToSRGB(const Float4 &x) // Approximates x^(1.0/2.2) in linearToSRGB() function in sw::PixelProgram
/external/swiftshader/src/Shader/
DPixelProgram.cpp1152 Float4 PixelProgram::linearToSRGB(const Float4 &x) // Approximates x^(1.0/2.2) in linearToSRGB() function in sw::PixelProgram
/external/deqp/framework/common/
DtcuTextureUtil.cpp94 Vec4 linearToSRGB (const Vec4& cl) in linearToSRGB() function