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

  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 321 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec());
323 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold ||
324 colorDiff.y() > formatThreshold.getGreen() + colorThreshold ||
325 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec());
331 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold ||
332 colorDiff.y() > formatThreshold.getGreen() + colorThreshold ||
333 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)
    [all...]

Completed in 122 milliseconds