/external/deqp/modules/gles31/ |
D | tes31Context.cpp | 43 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/ |
D | teglTestPackage.cpp | 197 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()
|
D | teglTestCase.cpp | 246 …getPlatform().getEGLPlatform().createDefaultGLFunctionLibrary(apiType, m_testCtx.getCommandLine()); in getGLLibrary()
|
D | teglQuerySurfaceTests.cpp | 312 …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()
|
D | teglCreateSurfaceTests.cpp | 145 …splay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in executeForConfig()
|
D | teglMemoryStressTests.cpp | 356 if (!m_testCtx.getCommandLine().isOutOfMemoryTestEnabled()) in init()
|
D | teglRenderCase.cpp | 150 …splay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in executeForConfig()
|
D | teglResizeTests.cpp | 138 const CommandLine& cmdLine = m_testCtx.getCommandLine(); in init()
|
D | teglMakeCurrentPerfTests.cpp | 267 …_NULL, width, height, eglu::parseWindowVisibility(m_eglTestCtx.getTestContext().getCommandLine())); in createWindow()
|
D | teglQueryContextTests.cpp | 108 …splay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in executeForConfig()
|
D | teglPreservingSwapTests.cpp | 380 …tEGLDisplay(), config, DE_NULL, 480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())); in initEGLSurface()
|
/external/deqp/modules/gles3/ |
D | tes3Context.cpp | 44 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/external/deqp/modules/gles2/ |
D | tes2Context.cpp | 47 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/external/deqp/framework/common/ |
D | tcuTestContext.hpp | 60 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine() function in tcu::TestContext
|
D | tcuApp.cpp | 138 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 73 const char* getCommandLine (void) const { return m_cmdLine.c_str(); } 335 m_cmdLine = new tcu::CommandLine(m_state.getCommandLine());
|
/external/deqp/modules/gles2/functional/ |
D | es2fDitheringTests.cpp | 469 …const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommand… in iterate()
|
D | es2fRandomFragmentOpTests.cpp | 296 …eUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed(… in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDitheringTests.cpp | 469 …const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommand… in iterate()
|
D | es3fRandomFragmentOpTests.cpp | 296 …eUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed(… in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboColorbufferTests.cpp | 136 …de::Random rnd (deStringHash(getName()) ^ 0xed607a89 ^ m_testCtx.getCommandLine().getBaseSe… in render()
|
D | es31fUniformBlockTests.cpp | 52 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed(); in createRandomCaseGroup()
|
D | es31fUniformLocationTests.cpp | 227 const int baseSeed = m_testCtx.getCommandLine().getBaseSeed(); in run() 705 const int baseSeed = m_context.getTestContext().getCommandLine().getBaseSeed(); in init()
|
D | es31fDebugTests.cpp | 859 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/ |
D | glsMemoryStressCase.cpp | 844 if (!m_testCtx.getCommandLine().isOutOfMemoryTestEnabled()) in init()
|