Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp276 const int worstScoreDiff = 300; in iterate() local
Des3aTextureMipmapTests.cpp356 const int worstScoreDiff = texWidth*texHeight; in iterate() local
619 const int worstScoreDiff = texWidth*texHeight; in iterate() local
Des3aTextureFilteringTests.cpp295 const int worstScoreDiff = 3200; in iterate() local
626 const int worstScoreDiff = 10000; in iterate() local
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp270 const int worstScoreDiff = 300; in iterate() local
Des2aTextureMipmapTests.cpp364 const int worstScoreDiff = texWidth*texHeight; in iterate() local
631 const int worstScoreDiff = texWidth*texHeight; in iterate() local
Des2aTextureFilteringTests.cpp307 const int worstScoreDiff = 3200; in iterate() local
619 const int worstScoreDiff = 10000; in iterate() local
/external/deqp/framework/common/
DtcuImageCompare.cpp335 …eference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogM… in measurePixelDiffAccuracy()
391 …onst Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogM… in measurePixelDiffAccuracy()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp958 …const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) in measureAccuracy()