/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 | 335 …erence, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod… in measurePixelDiffAccuracy() argument 341 …tToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestScoreDiff)… in measurePixelDiffAccuracy() 391 …st Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod… in measurePixelDiffAccuracy() argument 393 …, imageSetDesc, reference.getAccess(), result.getAccess(), bestScoreDiff, worstScoreDiff, logMode); in measurePixelDiffAccuracy()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 364 const int worstScoreDiff = texWidth*texHeight; in iterate() local 366 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() 631 const int worstScoreDiff = texWidth*texHeight; in iterate() local 633 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
|
D | es2aVaryingInterpolationTests.cpp | 270 const int worstScoreDiff = 300; in iterate() local 271 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in iterate()
|
D | es2aTextureFilteringTests.cpp | 307 const int worstScoreDiff = 3200; in iterate() local 309 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() 619 const int worstScoreDiff = 10000; in iterate() local 621 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 356 const int worstScoreDiff = texWidth*texHeight; in iterate() local 358 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() 619 const int worstScoreDiff = texWidth*texHeight; in iterate() local 621 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 | 295 const int worstScoreDiff = 3200; in iterate() local 297 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() 626 const int worstScoreDiff = 10000; in iterate() local 628 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 184 …onst tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff);
|
D | gluTextureTestUtil.cpp | 958 …const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) in measureAccuracy() argument 960 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in measureAccuracy()
|