Home
last modified time | relevance | path

Searched defs:bestScoreDiff (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp331 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
587 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
Des3aVaryingInterpolationTests.cpp276 const int bestScoreDiff = 16; in iterate() local
Des3aTextureFilteringTests.cpp312 const int bestScoreDiff = 16; in iterate() local
652 const int bestScoreDiff = 16; in iterate() local
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp342 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
604 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
Des2aVaryingInterpolationTests.cpp271 const int bestScoreDiff = 16; in iterate() local
Des2aTextureFilteringTests.cpp323 const int bestScoreDiff = 16; in iterate() local
630 const int bestScoreDiff = 16; in iterate() local
/external/deqp/framework/common/
DtcuImageCompare.cpp577 int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) in measurePixelDiffAccuracy()
637 … const Surface &result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) in measurePixelDiffAccuracy()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp1106 …(tcu::TestLog &log, const tcu::Surface &reference, const tcu::Surface &rendered, int bestScoreDiff, in measureAccuracy()