Home
last modified time | relevance | path

Searched refs:cmdLineValue (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp77 int cmdLineValue = ctx.getCommandLine().getTestIterationCount(); in getIterationCount() local
78 return cmdLineValue > 0 ? cmdLineValue : defaultCount; in getIterationCount()
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp79 int cmdLineValue = ctx.getCommandLine().getTestIterationCount(); in getIterationCount() local
80 return cmdLineValue > 0 ? cmdLineValue : defaultCount; in getIterationCount()