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

  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 359 const tcu::RGBA resPix = result.getPixel(x, y);
361 if (!tcu::compareThreshold(resPix, bgRef, threshold) &&
362 !tcu::compareThreshold(resPix, fgRef, threshold))
542 const tcu::RGBA resPix = result.getPixel(x, y);
543 const bool isBg = tcu::compareThreshold(resPix, bgRef, isBgThreshold);
544 const bool isFg = tcu::compareThreshold(resPix, fgRef, isFgThreshold);
545 const bool nonZeroDeriv = resPix.getBlue() > 0;
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]

Completed in 6227 milliseconds