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

  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 270 const int worstScoreDiff = 300;
271 int score = tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING);
es2aTextureFilteringTests.cpp 305 const int worstScoreDiff = 3200;
307 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
617 const int worstScoreDiff = 10000;
619 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
es2aTextureMipmapTests.cpp 362 const int worstScoreDiff = texWidth*texHeight;
364 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
629 const int worstScoreDiff = texWidth*texHeight;
631 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 277 const int worstScoreDiff = 300;
278 int score = tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING);
es3aTextureFilteringTests.cpp 294 const int worstScoreDiff = 3200;
296 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
633 const int worstScoreDiff = 10000;
635 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
es3aTextureMipmapTests.cpp 355 const int worstScoreDiff = texWidth*texHeight;
357 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
618 const int worstScoreDiff = texWidth*texHeight;
620 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff);

Completed in 76 milliseconds