HomeSort by relevance Sort by last modified time
    Searched defs:linearToSRGB (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Common/
Math.hpp 350 inline float linearToSRGB(float c)
  /external/swiftshader/src/Shader/
PixelProgram.cpp 584 c[index].x = linearToSRGB(c[index].x);
585 c[index].y = linearToSRGB(c[index].y);
586 c[index].z = linearToSRGB(c[index].z);
    [all...]

Completed in 788 milliseconds