Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp275 const int bestScoreDiff = 16; in iterate() local
Des3aTextureMipmapTests.cpp355 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
618 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
Des3aTextureFilteringTests.cpp294 const int bestScoreDiff = 16; in iterate() local
625 const int bestScoreDiff = 16; in iterate() local
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp269 const int bestScoreDiff = 16; in iterate() local
Des2aTextureMipmapTests.cpp363 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
630 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
Des2aTextureFilteringTests.cpp306 const int bestScoreDiff = 16; in iterate() local
618 const int bestScoreDiff = 16; in iterate() local
/external/deqp/framework/common/
DtcuImageCompare.cpp335 …PixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstSc… in measurePixelDiffAccuracy()
391 …har* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstSc… in measurePixelDiffAccuracy()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp958 …& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstSc… in measureAccuracy()