Home
last modified time | relevance | path

Searched refs:getCommandLine (Results 1 – 25 of 51) sorted by relevance

123

/external/deqp/modules/gles31/
Dtes31Context.cpp43 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
60 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()
/external/deqp/modules/egl/
DteglTestPackage.cpp197 const char* const displayFactoryName = testCtx.getCommandLine().getEGLDisplayType(); in PackageContext()
198 const char* const windowFactoryName = testCtx.getCommandLine().getEGLWindowType(); in PackageContext()
199 const char* const pixmapFactoryName = testCtx.getCommandLine().getEGLPixmapType(); in PackageContext()
DteglTestCase.cpp246 …getPlatform().getEGLPlatform().createDefaultGLFunctionLibrary(apiType, m_testCtx.getCommandLine()); in getGLLibrary()
DteglQuerySurfaceTests.cpp312 …splay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in executeForConfig()
585 …splay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in executeForConfig()
DteglCreateSurfaceTests.cpp145 …splay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in executeForConfig()
DteglMemoryStressTests.cpp356 if (!m_testCtx.getCommandLine().isOutOfMemoryTestEnabled()) in init()
DteglRenderCase.cpp150 …splay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in executeForConfig()
DteglResizeTests.cpp138 const CommandLine& cmdLine = m_testCtx.getCommandLine(); in init()
DteglMakeCurrentPerfTests.cpp267 …_NULL, width, height, eglu::parseWindowVisibility(m_eglTestCtx.getTestContext().getCommandLine())); in createWindow()
DteglQueryContextTests.cpp108 …splay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in executeForConfig()
DteglPreservingSwapTests.cpp380 …tEGLDisplay(), config, DE_NULL, 480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())); in initEGLSurface()
/external/deqp/modules/gles3/
Dtes3Context.cpp44 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
/external/deqp/modules/gles2/
Dtes2Context.cpp47 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
/external/deqp/framework/common/
DtcuTestContext.hpp60 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine() function in tcu::TestContext
DtcuApp.cpp138 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm73 const char* getCommandLine (void) const { return m_cmdLine.c_str(); }
335 m_cmdLine = new tcu::CommandLine(m_state.getCommandLine());
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp469 …const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommand… in iterate()
Des2fRandomFragmentOpTests.cpp296 …eUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed(… in iterate()
/external/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp469 …const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommand… in iterate()
Des3fRandomFragmentOpTests.cpp296 …eUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed(… in iterate()
/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp136 …de::Random rnd (deStringHash(getName()) ^ 0xed607a89 ^ m_testCtx.getCommandLine().getBaseSe… in render()
Des31fUniformBlockTests.cpp52 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed(); in createRandomCaseGroup()
Des31fUniformLocationTests.cpp227 const int baseSeed = m_testCtx.getCommandLine().getBaseSeed(); in run()
705 const int baseSeed = m_context.getTestContext().getCommandLine().getBaseSeed(); in init()
Des31fDebugTests.cpp859 const deUint32 baseSeed = deStringHash(getName()) ^ m_testCtx.getCommandLine().getBaseSeed(); in iterate()
1173 const deUint32 baseSeed = deStringHash(getName()) ^ m_testCtx.getCommandLine().getBaseSeed(); in iterate()
1786 de::Random rng (0x53941903 ^ m_context.getTestContext().getCommandLine().getBaseSeed()); in init()
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp844 if (!m_testCtx.getCommandLine().isOutOfMemoryTestEnabled()) in init()

123