Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp276 const int bestScoreDiff = 16; in iterate() local
Des3aTextureMipmapTests.cpp354 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
617 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
Des3aTextureFilteringTests.cpp293 const int bestScoreDiff = 16; in iterate() local
632 const int bestScoreDiff = 16; in iterate() local
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp269 const int bestScoreDiff = 16; in iterate() local
Des2aTextureMipmapTests.cpp361 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
628 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
Des2aTextureFilteringTests.cpp304 const int bestScoreDiff = 16; in iterate() local
616 const int bestScoreDiff = 16; in iterate() local
/external/deqp/framework/common/
DtcuImageCompare.cpp327 …PixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstSc… in measurePixelDiffAccuracy()
383 …har* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstSc… in measurePixelDiffAccuracy()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp978 …& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstSc… in measureAccuracy()