/external/deqp/modules/gles31/functional/ |
es31fSSBOLayoutCase.cpp | [all...] |
es31fNegativeTextureApiTests.cpp | [all...] |
es31fNegativeShaderImageLoadStoreTests.cpp | 382 tcu::TestLog& log = ctx.getLog();
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiSmokeTests.cpp | 924 if (tcu::intThresholdPositionDeviationCompare(context.getTestContext().getLog(), [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageQualifiersTests.cpp | 152 ok = tcu::intThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT); 154 ok = tcu::floatThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/gles2/functional/ |
es2fBufferWriteTests.cpp | 454 m_testCtx.getLog() << TestLog::Section(string("Iteration") + de::toString(m_iterNdx+1), string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toString(numIterations)); 516 m_testCtx.getLog() << TestLog::EndSection;
|
es2fStencilTests.cpp | 288 tcu::TestLog& log = m_testCtx.getLog();
|
/external/deqp/modules/gles2/performance/ |
es2pShaderOptimizationTests.cpp | 220 TestLog& log = m_testCtx.getLog(); 250 TestLog& log = m_testCtx.getLog(); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fOcclusionQueryTests.cpp | 171 m_testCtx.getLog() << *m_program; 189 tcu::TestLog& log = m_testCtx.getLog();
|
es3fShaderTextureFunctionTests.cpp | [all...] |
es3fTransformFeedbackTests.cpp | 918 TestLog& log = m_testCtx.getLog(); [all...] |
es3fDrawTests.cpp | 660 sglr::GLContext ctx (m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTargetHeight)); 811 tcu::TestLog& log = m_testCtx.getLog(); 821 tcu::TestLog& log = m_testCtx.getLog(); [all...] |
es3fPixelBufferObjectTests.cpp | 109 , m_log (m_testCtx.getLog())
|
es3fStencilTests.cpp | 291 tcu::TestLog& log = m_testCtx.getLog();
|
/external/deqp/modules/gles3/performance/ |
es3pShaderOptimizationTests.cpp | 223 TestLog& log = m_testCtx.getLog(); 253 TestLog& log = m_testCtx.getLog(); [all...] |
/external/deqp/modules/glshared/ |
glsScissorTests.cpp | 196 TestLog& log = m_testCtx.getLog(); 610 TestLog& log = m_testCtx.getLog();
|
glsShaderRenderCase.cpp | 377 TestLog& log = m_testCtx.getLog(); 751 return tcu::fuzzyCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", refImage, resImage, errorThreshold, tcu::COMPARE_LOG_RESULT);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
MultipleRenderTargetTest.java | 130 System.out.println(mrtSceneShader.getLog()); 390 throw new GdxRuntimeException(shaderProgram.getLog());
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
vktMemoryPipelineBarrierTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderCommonFunctionTests.cpp | 484 m_testCtx.getLog() << *m_executor; 555 testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; 557 testCtx.getLog() << TestLog::Message << " inputs:" << TestLog::EndMessage; 559 testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx].name << " = " 563 testCtx.getLog() << TestLog::Message << " outputs:" << TestLog::EndMessage; 565 testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " = " 575 testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ |
vktSynchronization.cpp | [all...] |
/cts/common/util/src/com/android/compatibility/common/util/ |
ResultHandler.java | 346 String logcat = r.getLog();
|
/external/deqp/modules/egl/ |
teglPreservingSwapTests.cpp | 421 tcu::TestLog& log = m_testCtx.getLog();
|
teglResizeTests.cpp | 109 , m_log (m_testCtx.getLog())
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
VBOWithVAOPerformanceTest.java | 80 Gdx.app.log("ShaderTest", shader.getLog());
|