Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/accuracy/
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
624 const int bestScoreDiff = 16; in iterate() local
Des3aVaryingInterpolationTests.cpp275 const int bestScoreDiff = 16; in iterate() local
/external/deqp/modules/gles2/accuracy/
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
Des2aVaryingInterpolationTests.cpp268 const int bestScoreDiff = 16; in iterate() local
/external/deqp/framework/common/
DtcuImageCompare.cpp334 …PixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstSc… in measurePixelDiffAccuracy()
390 …har* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstSc… in measurePixelDiffAccuracy()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp995 …& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstSc… in measureAccuracy()