/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderIntegerFunctionTests.cpp | 360 m_testCtx.getLog() << *m_executor; 432 testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; 434 testCtx.getLog() << TestLog::Message << " inputs:" << TestLog::EndMessage; 436 testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx].name << " = " 440 testCtx.getLog() << TestLog::Message << " outputs:" << TestLog::EndMessage; 442 testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " = " 452 testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage; [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderIntegerFunctionTests.cpp | 208 m_testCtx.getLog() << m_executor; 293 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; 295 m_testCtx.getLog() << TestLog::Message << " inputs:" << TestLog::EndMessage; 297 m_testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx].name << " = " 301 m_testCtx.getLog() << TestLog::Message << " outputs:" << TestLog::EndMessage; 303 m_testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " = " 313 m_testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage; [all...] |
es31fNegativeBufferApiTests.cpp | 334 ctx.getLog() << TestLog::Message << "// GL_READ_FRAMEBUFFER_BINDING: " << binding << TestLog::EndMessage; 337 ctx.getLog() << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage; 342 ctx.getLog() << TestLog::Message << "// ERROR: expected GL_READ_FRAMEBUFFER_BINDING to be non-zero and GL_SAMPLE_BUFFERS to be greater than zero" << TestLog::EndMessage; [all...] |
es31fTextureGatherTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsAttributeLocationTests.cpp | 696 TestLog& log = testCtx.getLog(); 714 logAttributes(testCtx.getLog(), attributes); 850 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage; 914 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage; 992 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage; [all...] |
glsTextureBufferCase.cpp | 871 TestLog& log = testCtx.getLog(); 977 TestLog& log = m_testCtx.getLog(); [all...] |
glsDrawTest.cpp | [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1513/ |
kotlin-gradle-plugin-0.13.1513.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1514/ |
kotlin-gradle-plugin-0.13.1514.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-beta-1103/ |
kotlin-gradle-plugin-1.0.0-beta-1103.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-beta-4584/ |
kotlin-gradle-plugin-1.0.0-beta-4584.jar | |
/external/deqp/modules/gles2/functional/ |
es2fTextureCompletenessTests.cpp | 150 TestLog& log = m_testCtx.getLog(); 203 TestLog& log = m_testCtx.getLog(); 270 TestLog& log = m_testCtx.getLog(); 448 TestLog& log = m_testCtx.getLog(); 805 TestLog& log = m_testCtx.getLog(); [all...] |
es2fUniformApiTests.cpp | 943 , CallLogWrapper (context.getRenderContext().getFunctions(), m_testCtx.getLog()) 952 , CallLogWrapper (context.getRenderContext().getFunctions(), m_testCtx.getLog()) 961 , CallLogWrapper (context.getRenderContext().getFunctions(), m_testCtx.getLog()) [all...] |
es2fBlendTests.cpp | 215 TestLog& log (m_testCtx.getLog()); 275 bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", referenceImg.getAccess(), renderedImg.getAccess(), compareThreshold, tcu::COMPARE_LOG_RESULT);
|
es2fDepthStencilClearTests.cpp | 165 TestLog& log = m_testCtx.getLog(); 218 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
|
/external/deqp/modules/gles3/functional/ |
es3fUniformApiTests.cpp | [all...] |
es3fDepthStencilClearTests.cpp | 165 TestLog& log = m_testCtx.getLog(); 221 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
|
es3fFragDepthTests.cpp | 125 TestLog& log = m_testCtx.getLog(); 296 TestLog& log = m_testCtx.getLog();
|
es3fInstancedRenderingTests.cpp | 305 tcu::TestLog& log = m_testCtx.getLog(); 463 bool testOk = tcu::fuzzyCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", referenceImg, resultImg, 0.05f, tcu::COMPARE_LOG_RESULT);
|
es3fLifetimeTests.cpp | 462 context.getTestContext().getLog()) 514 m_testCtx.getLog() << program;
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawIndirectTest.cpp | 162 tcu::TestLog &log = m_context.getTestContext().getLog(); 345 tcu::TestLog &log = m_context.getTestContext().getLog();
|
/external/deqp/modules/egl/ |
teglChooseConfigTests.cpp | 162 TestLog& log = m_testCtx.getLog(); 351 m_testCtx.getLog() << TestLog::Message << "Iteration :" << m_iterNdx << TestLog::EndMessage;
|
teglColorClearCase.cpp | 176 TestLog& log = m_testCtx.getLog(); 337 TestLog& log = m_testCtx.getLog();
|
teglMakeCurrentPerfTests.cpp | 410 TestLog& log = m_testCtx.getLog(); 430 TestLog& log = m_testCtx.getLog();
|
/external/deqp/modules/gles2/performance/ |
es2pTextureUploadTests.cpp | 115 , m_log (context.getTestContext().getLog()) 250 TestLog& log = m_testCtx.getLog();
|