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

  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 116 const RGBA resPix = readRGBA8(result, (deUint32)x, (deUint32)y);
127 if (compareThreshold(resPix, readRGBA8(reference, x1, y1), threshold) ||
128 compareThreshold(resPix, readRGBA8(reference, x0, y1), threshold) ||
129 compareThreshold(resPix, readRGBA8(reference, x2, y1), threshold) ||
130 compareThreshold(resPix, readRGBA8(reference, x0, y0), threshold) ||
131 compareThreshold(resPix, readRGBA8(reference, x1, y0), threshold) ||
132 compareThreshold(resPix, readRGBA8(reference, x2, y0), threshold) ||
133 compareThreshold(resPix, readRGBA8(reference, x0, y2), threshold) ||
134 compareThreshold(resPix, readRGBA8(reference, x1, y2), threshold) ||
135 compareThreshold(resPix, readRGBA8(reference, x2, y2), threshold)
    [all...]
  /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...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp     [all...]

Completed in 1267 milliseconds