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

  /external/swiftshader/src/Pipeline/
Constants.hpp 72 unsigned short sRGBtoLinear5_16[32];
Constants.cpp 277 sRGBtoLinear5_16[i] = (unsigned short)(sw::sRGBtoLinear((float)i / 0x1F) * 0xFFFF + 0.5f);
SamplerCore.cpp     [all...]
  /external/swiftshader/src/Shader/
Constants.hpp 72 unsigned short sRGBtoLinear5_16[32];
Constants.cpp 277 sRGBtoLinear5_16[i] = (unsigned short)(sw::sRGBtoLinear((float)i / 0x1F) * 0xFFFF + 0.5f);
SamplerCore.cpp     [all...]

Completed in 168 milliseconds