Searched defs:linearToSRGB (Results 1 – 5 of 5) sorted by relevance
370 inline float linearToSRGB(float c) in linearToSRGB() function
1127 Float4 PixelProgram::linearToSRGB(const Float4 &x) // Approximates x^(1.0/2.2) in linearToSRGB() function in sw::PixelProgram
1152 Float4 PixelProgram::linearToSRGB(const Float4 &x) // Approximates x^(1.0/2.2) in linearToSRGB() function in sw::PixelProgram
94 Vec4 linearToSRGB (const Vec4& cl) in linearToSRGB() function