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

  /external/swiftshader/src/Shader/
Constants.hpp 71 unsigned short sRGBtoLinear6_12[64];
Constants.cpp 272 sRGBtoLinear6_12[i] = (unsigned short)(sw::sRGBtoLinear((float)i / 0x3F) * 0x1000 + 0.5f);
SamplerCore.cpp     [all...]

Completed in 71 milliseconds