Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DPixelRoutine.hpp87 void sRGBtoLinear16_12_16(Vector4s &c);
DPixelRoutine.cpp1156 sRGBtoLinear16_12_16(pixel); in readPixel()
2368 void PixelRoutine::sRGBtoLinear16_12_16(Vector4s &c) in sRGBtoLinear16_12_16() function in sw::PixelRoutine