HomeSort by relevance Sort by last modified time
    Searched refs:getTestIterationCount (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/common/
tcuCommandLine.hpp 129 int getTestIterationCount (void) const;
tcuCommandLine.cpp 783 int CommandLine::getTestIterationCount (void) const { return m_cmdLine.getOption<opt::TestIterationCount>(); }
  /external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp 469 const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommandLine().getTestIterationCount() : 30;
es2fMultisampleTests.cpp 77 int cmdLineValue = ctx.getCommandLine().getTestIterationCount();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 469 const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommandLine().getTestIterationCount() : 30;
es3fMultisampleTests.cpp 79 int cmdLineValue = ctx.getCommandLine().getTestIterationCount();
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 136 const int cmdLineVal = testCtx.getCommandLine().getTestIterationCount();
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp     [all...]
es2pShaderOperatorTests.cpp 139 const int cmdLineVal = cmdLine.getTestIterationCount();
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp     [all...]
es3pShaderOperatorTests.cpp 139 const int cmdLineVal = cmdLine.getTestIterationCount();
    [all...]

Completed in 229 milliseconds