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

  /external/swiftshader/src/Common/
Math.cpp 38 static unsigned char sRGBtoLinearTable[256] = { 255 };
39 if(sRGBtoLinearTable[0] == 255)
43 sRGBtoLinearTable[i] = static_cast<unsigned char>(sw::sRGBtoLinear(static_cast<float>(i) / 255.0f) * 255.0f + 0.5f);
47 return sRGBtoLinearTable[value];
  /external/swiftshader/src/System/
Math.cpp 38 static unsigned char sRGBtoLinearTable[256] = { 255 };
39 if(sRGBtoLinearTable[0] == 255)
43 sRGBtoLinearTable[i] = static_cast<unsigned char>(sw::sRGBtoLinear(static_cast<float>(i) / 255.0f) * 255.0f + 0.5f);
47 return sRGBtoLinearTable[value];
  /external/swiftshader/src/Device/
Surface.cpp     [all...]
  /external/swiftshader/src/Renderer/
Surface.cpp     [all...]

Completed in 1263 milliseconds