/external/deqp/framework/common/ |
D | tcuImageCompare.hpp | 49 …st Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod… 58 …erence, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod…
|
D | tcuImageCompare.cpp | 334 …erence, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod… in measurePixelDiffAccuracy() argument 340 …tToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestScoreDiff)… in measurePixelDiffAccuracy() 390 …st Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod… in measurePixelDiffAccuracy() argument 392 …, imageSetDesc, reference.getAccess(), result.getAccess(), bestScoreDiff, worstScoreDiff, logMode); in measurePixelDiffAccuracy()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 355 const int worstScoreDiff = texWidth*texHeight; in iterate() local 357 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() 618 const int worstScoreDiff = texWidth*texHeight; in iterate() local 620 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
|
D | es3aVaryingInterpolationTests.cpp | 276 const int worstScoreDiff = 300; in iterate() local 277 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in iterate()
|
D | es3aTextureFilteringTests.cpp | 294 const int worstScoreDiff = 3200; in iterate() local 296 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() 625 const int worstScoreDiff = 10000; in iterate() local 627 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 362 const int worstScoreDiff = texWidth*texHeight; in iterate() local 364 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() 629 const int worstScoreDiff = texWidth*texHeight; in iterate() local 631 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
|
D | es2aVaryingInterpolationTests.cpp | 269 const int worstScoreDiff = 300; in iterate() local 270 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in iterate()
|
D | es2aTextureFilteringTests.cpp | 305 const int worstScoreDiff = 3200; in iterate() local 307 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() 617 const int worstScoreDiff = 10000; in iterate() local 619 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.hpp | 373 …onst tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff);
|
D | glsTextureTestUtil.cpp | 995 …const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) in measureAccuracy() argument 997 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in measureAccuracy()
|