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

  /external/deqp/modules/glshared/
glsLongStressCase.cpp 136 const int cmdLineVal = testCtx.getCommandLine().getTestIterationCount();
137 return cmdLineVal == 0 ? defaultNumIterations : cmdLineVal;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 139 const int cmdLineVal = cmdLine.getTestIterationCount();
140 return cmdLineVal > 0 ? cmdLineVal : def;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 139 const int cmdLineVal = cmdLine.getTestIterationCount();
140 return cmdLineVal > 0 ? cmdLineVal : def;
    [all...]

Completed in 73 milliseconds