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

  /external/deqp/modules/gles2/functional/
es2fPrerequisiteTests.cpp 244 RGBA refRGBA = refImage.getPixel(i, j);
245 bool isPixelOk = compareThreshold(refRGBA, resRGBA, colorThreshold);
es2fColorClearTest.cpp 254 RGBA refRGBA = refImage.getPixel(x, y);
257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask);
  /external/deqp/modules/gles3/functional/
es3fPrerequisiteTests.cpp 244 RGBA refRGBA = refImage.getPixel(i, j);
245 bool isPixelOk = compareThreshold(refRGBA, resRGBA, colorThreshold);
es3fColorClearTest.cpp 254 RGBA refRGBA = refImage.getPixel(x, y);
257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask);

Completed in 260 milliseconds