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 | 217 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPix… in fuzzyCompare() argument 238 log << TestLog::ImageSet(imageSetName, imageSetDesc) in fuzzyCompare() 249 log << TestLog::ImageSet(imageSetName, imageSetDesc) in fuzzyCompare() 286 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface&… in fuzzyCompare() argument 288 …return fuzzyCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), th… in fuzzyCompare() 335 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, con… in measurePixelDiffAccuracy() argument 351 log << TestLog::ImageSet(imageSetName, imageSetDesc) in measurePixelDiffAccuracy() 362 log << TestLog::ImageSet(imageSetName, imageSetDesc) in measurePixelDiffAccuracy() 391 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, con… in measurePixelDiffAccuracy() argument 393 …return measurePixelDiffAccuracy(log, imageSetName, imageSetDesc, reference.getAccess(), result.get… in measurePixelDiffAccuracy() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 468 const char* const imageSetName = "ComparisonResult"; in iterate() local 481 << TestLog::ImageSet(imageSetName, imageSetDesc) in iterate() 498 log << TestLog::ImageSet(imageSetName, imageSetDesc) in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureCompletenessTests.cpp | 85 static bool compareToConstantColor (TestLog& log, const char* imageSetName, const char* imageSetDes… in compareToConstantColor() argument 108 log << TestLog::ImageSet(imageSetName, imageSetDesc) in compareToConstantColor() 113 log << TestLog::ImageSet(imageSetName, imageSetDesc) in compareToConstantColor()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3483 static bool edgeRelaxedImageCompare (tcu::TestLog& log, const char* imageSetName, const char* image… in edgeRelaxedImageCompare() argument 3560 << TestLog::ImageSet(imageSetName, imageSetDesc) in edgeRelaxedImageCompare() 3570 log << TestLog::ImageSet(imageSetName, imageSetDesc) in edgeRelaxedImageCompare() 3578 static bool intersectionRelaxedLineImageCompare (tcu::TestLog& log, const char* imageSetName, const… in intersectionRelaxedLineImageCompare() argument 3657 << TestLog::ImageSet(imageSetName, imageSetDesc) in intersectionRelaxedLineImageCompare() 3667 log << TestLog::ImageSet(imageSetName, imageSetDesc) in intersectionRelaxedLineImageCompare()
|