Home
last modified time | relevance | path

Searched refs:linearToSRGB16_12_16 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.hpp86 void linearToSRGB16_12_16(Vector4s &c);
DPixelRoutine.cpp1388 linearToSRGB16_12_16(current); in writeColor()
2682 void PixelRoutine::linearToSRGB16_12_16(Vector4s &c) in linearToSRGB16_12_16() function in sw::PixelRoutine