Searched refs:imageSetName (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuImageCompare.hpp | 47 bool pixelThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc… 48 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const… 49 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDe… 51 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const… 52 bool floatUlpThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDe… 53 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc… 54 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc… 55 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc,… 56 bool intThresholdPositionDeviationCompare (TestLog& log, const char* imageSetName, const char* i… 57 bool intThresholdPositionDeviationErrorThresholdCompare (TestLog& log, const char* imageSetName, co… [all …]
|
D | tcuImageCompare.cpp | 209 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPix… in fuzzyCompare() argument 230 log << TestLog::ImageSet(imageSetName, imageSetDesc) in fuzzyCompare() 241 log << TestLog::ImageSet(imageSetName, imageSetDesc) in fuzzyCompare() 278 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface&… in fuzzyCompare() argument 280 …return fuzzyCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), th… in fuzzyCompare() 327 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, con… in measurePixelDiffAccuracy() argument 343 log << TestLog::ImageSet(imageSetName, imageSetDesc) in measurePixelDiffAccuracy() 354 log << TestLog::ImageSet(imageSetName, imageSetDesc) in measurePixelDiffAccuracy() 383 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, con… in measurePixelDiffAccuracy() argument 385 …return measurePixelDiffAccuracy(log, imageSetName, imageSetDesc, reference.getAccess(), result.get… in measurePixelDiffAccuracy() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureCompletenessTests.cpp | 88 static bool compareToConstantColor (TestLog& log, const char* imageSetName, const char* imageSetDes… in compareToConstantColor() argument 111 log << TestLog::ImageSet(imageSetName, imageSetDesc) in compareToConstantColor() 116 log << TestLog::ImageSet(imageSetName, imageSetDesc) in compareToConstantColor()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3576 static bool edgeRelaxedImageCompare (tcu::TestLog& log, const char* imageSetName, const char* image… in edgeRelaxedImageCompare() argument 3651 << TestLog::ImageSet(imageSetName, imageSetDesc) in edgeRelaxedImageCompare() 3661 log << TestLog::ImageSet(imageSetName, imageSetDesc) in edgeRelaxedImageCompare() 3669 static bool intersectionRelaxedLineImageCompare (tcu::TestLog& log, const char* imageSetName, const… in intersectionRelaxedLineImageCompare() argument 3746 << TestLog::ImageSet(imageSetName, imageSetDesc) in intersectionRelaxedLineImageCompare() 3756 log << TestLog::ImageSet(imageSetName, imageSetDesc) in intersectionRelaxedLineImageCompare()
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 1842 const char* const imageSetName = "ComparisonResult"; in iterate() local 1855 << TestLog::ImageSet(imageSetName, imageSetDesc) in iterate() 1872 log << TestLog::ImageSet(imageSetName, imageSetDesc) in iterate()
|