HomeSort by relevance Sort by last modified time
    Searched refs:sRGBtoLinear5_12 (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Shader/
Constants.hpp 75 unsigned short sRGBtoLinear5_12[32];
Constants.cpp 292 sRGBtoLinear5_12[i] = (unsigned short)(sw::sRGBtoLinear((float)i / 0x1F) * 0x1000 + 0.5f);
SamplerCore.cpp     [all...]

Completed in 47 milliseconds