/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 236 else if (logMode == COMPARE_LOG_RESULT) in fuzzyCompare() 349 else if (logMode == COMPARE_LOG_RESULT) in measurePixelDiffAccuracy() 469 else if (logMode == COMPARE_LOG_RESULT) in floatUlpThresholdCompare() 556 else if (logMode == COMPARE_LOG_RESULT) in floatThresholdCompare() 638 else if (logMode == COMPARE_LOG_RESULT) in floatThresholdCompare() 725 else if (logMode == COMPARE_LOG_RESULT) in intThresholdCompare() 802 else if (logMode == COMPARE_LOG_RESULT) in intThresholdPositionDeviationCompare() 882 else if (logMode == COMPARE_LOG_RESULT) in intThresholdPositionDeviationErrorThresholdCompare() 957 else if (logMode == COMPARE_LOG_RESULT) in bilinearCompare()
|
D | tcuImageCompare.hpp | 40 …COMPARE_LOG_RESULT, //!< If comparison passes, log result only. If fails, everything is written… enumerator
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 342 …are(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate() 434 …are(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate() 551 …are(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate() 646 …are(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
|
D | es2fReadPixelsTests.cpp | 252 …, tcu::RGBA(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT)) in iterate() 266 …, tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT)) in iterate()
|
D | es2fDepthRangeTests.cpp | 257 …Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); in iterate() 390 …Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); in iterate()
|
D | es2fBufferTestUtil.cpp | 469 …(), "RenderResult", imageSetDesc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT)) in verify() 633 …erResult", imageSetDesc.c_str(), referenceImg, indexBufferImg, threshold, tcu::COMPARE_LOG_RESULT)) in verify()
|
D | es2fDepthTests.cpp | 178 …risonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
|
D | es2fTextureCompletenessTests.cpp | 115 else if (logMode == tcu::COMPARE_LOG_RESULT) in compareToConstantColor() 170 …olor(log, "Result", "Image comparison result", renderedFrame, tcu::COMPARE_LOG_RESULT, m_compareCo… in iterate() 226 …olor(log, "Result", "Image comparison result", renderedFrame, tcu::COMPARE_LOG_RESULT, m_compareCo… in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderBuiltinVarTests.cpp | 368 …are(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate() 463 …are(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate() 583 …are(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate() 681 …are(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate() 1067 …etLog(), "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT)) in iterate()
|
D | es3fFragDepthTests.cpp | 264 …Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); in iterate() 416 …Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); in iterate()
|
D | es3fPixelBufferObjectTests.cpp | 566 … readRefrence.getLevel(0), readResult, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::COMPARE_LOG_RESULT); in iterate() 568 …to buffer", readRefrence.getLevel(0), readResult, tcu::UVec4(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate()
|
D | es3fReadPixelsTests.cpp | 391 …, tcu::RGBA(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT)) in iterate() 405 …, tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT)) in iterate()
|
D | es3fFboTestCase.cpp | 124 ….getLog(), "Result", "Image comparison result", reference, result, 0.05f, tcu::COMPARE_LOG_RESULT); in compare()
|
D | es3fDepthTests.cpp | 181 …risonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
|
D | es3fFboMultisampleTests.cpp | 231 …comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); in colorCompare()
|
D | es3fVertexArrayObjectTests.cpp | 649 …ith Vertex Array State", stateReference, stateResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT); in iterate() 650 …g with Vertex Array Object", vaoReference, vaoResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT); in iterate() 1226 …ith Vertex Array State", stateReference, stateResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT); in iterate() 1227 …g with Vertex Array Object", vaoReference, vaoResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT); in iterate()
|
D | es3fFramebufferBlitTests.cpp | 150 …Log(), "Result", "Image comparison result", reference, result, threshold, tcu::COMPARE_LOG_RESULT); in compare() 447 …Log(), "Result", "Image comparison result", reference, result, threshold, tcu::COMPARE_LOG_RESULT); in compare() 689 …comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); in compare()
|
/external/deqp/modules/glshared/ |
D | glsScissorTests.cpp | 271 …mage.getAccess(), resImage.getAccess(), Vec4(0.02f, 0.02f, 0.02f, 0.02f), tcu::COMPARE_LOG_RESULT)) in iterate() 697 …mparison result", refAccess, resAccess, Vec4(0.02f, 0.02f, 0.02f, 0.02f), tcu::COMPARE_LOG_RESULT); in iterate() 702 …ult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT); in iterate() 707 …ult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT); in iterate()
|
D | glsSamplerObjectTest.cpp | 568 …endering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate() 570 …ng with texture state", textureRef, textureResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT)) in iterate() 1159 …endering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate() 1161 …ng with texture state", textureRef, textureResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT)) in iterate()
|
/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 211 …n result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); in executeForContexts() 385 …n result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); in executeForContexts()
|
D | teglPreservingSwapTests.cpp | 433 …ss(x, y, width, height), screen.getSubAccess(x, y, width, height), 0.05f, tcu::COMPARE_LOG_RESULT); in compareToReference() 438 …e- and post-swap framebuffers", preSwap, postSwap, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in comparePreAndPostSwapFramebuffers()
|
/external/deqp/modules/gles31/functional/ |
D | es31fAdvancedBlendTests.cpp | 504 threshold, tcu::COMPARE_LOG_RESULT); in iterate() 515 tcu::COMPARE_LOG_RESULT); in iterate()
|
D | es31fFboTestCase.cpp | 128 ….getLog(), "Result", "Image comparison result", reference, result, 0.05f, tcu::COMPARE_LOG_RESULT); in compare()
|
D | es31fFboColorbufferTests.cpp | 107 …comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); in compare()
|
D | es31fTessellationGeometryInteractionTests.cpp | 301 tcu::COMPARE_LOG_RESULT)) in iterate() 601 tcu::COMPARE_LOG_RESULT); in iterate() 611 tcu::COMPARE_LOG_RESULT); in iterate() 982 tcu::COMPARE_LOG_RESULT); in iterate() 992 tcu::COMPARE_LOG_RESULT); in iterate()
|