Searched defs:linearToSRGB (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Common/
H A DMath.hpp350 inline float linearToSRGB(float c) function in namespace:sw
/external/swiftshader/src/Shader/
H A DPixelProgram.cpp584 c[index].x = linearToSRGB(c[index].x);
585 c[index].y = linearToSRGB(c[index].y);
586 c[index].z = linearToSRGB(c[index].z);
1053 Float4 PixelProgram::linearToSRGB(const Float4 &x) // Approximates x^(1.0/2.2) function in class:sw::PixelProgram

Completed in 156 milliseconds