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

  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 332 const bool isSRGB = texFormat.order == tcu::TextureFormat::sRGB || texFormat.order == tcu::TextureFormat::sRGBA;
334 const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 : 2), tcu::IVec4(0));
es3fFragmentOutputTests.cpp 398 const bool isSRGB = dst.getFormat().order == tcu::TextureFormat::sRGB ||dst.getFormat().order == tcu::TextureFormat::sRGBA;
422 dst.setPixel(isSRGB ? tcu::linearToSRGB(color) : color, x, y);
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 55 static inline bool isSRGB (TextureFormat format)
76 return isSRGB(access.getFormat()) ? sRGBToLinear(p) : p;
    [all...]
tcuTexture.cpp     [all...]

Completed in 2111 milliseconds