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 336 inline float linearToSRGB(float c)
  /external/swiftshader/src/Shader/
PixelProgram.cpp 588 c[index].x = linearToSRGB(c[index].x);
589 c[index].y = linearToSRGB(c[index].y);
590 c[index].z = linearToSRGB(c[index].z);
    [all...]

Completed in 237 milliseconds