Home
last modified time | relevance | path

Searched defs:sRGBtoLinear (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Common/
DMath.hpp324 inline float sRGBtoLinear(float c) in sRGBtoLinear() function
/external/swiftshader/src/Shader/
DPixelRoutine.cpp2426 Float4 PixelRoutine::sRGBtoLinear(const Float4 &x) // Approximates x^2.2 in sRGBtoLinear() function in sw::PixelRoutine