Searched refs:srcIsSRGB (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp429 const bool srcIsSRGB = tcu::isSRGB(srcFormat); local
440 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3044 bool srcIsSRGB = tcu::isSRGB(src.raw().getFormat());
3065 if (dstIsFloat || srcIsSRGB)
3197 bool srcIsSRGB = tcu::isSRGB(src.getFormat());
3225 if (dstIsFloat || srcIsSRGB || filter == tcu::Sampler::LINEAR)

Completed in 334 milliseconds