HomeSort by relevance Sort by last modified time
    Searched refs:getCommandLine (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/deqp/modules/gles31/
tes31Context.cpp 43 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE)
60 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(3,1));
  /external/deqp/modules/gles2/
tes2Context.cpp 47 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(2,0));
  /external/deqp/modules/gles3/
tes3Context.cpp 44 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(3,0));
  /external/deqp/framework/common/
tcuTestContext.hpp 60 const CommandLine& getCommandLine (void) const { return m_cmdLine; }
tcuApp.cpp 138 const RunMode runMode = m_testCtx->getCommandLine().getRunMode();
  /external/deqp/modules/egl/
teglTestPackage.cpp 197 const char* const displayFactoryName = testCtx.getCommandLine().getEGLDisplayType();
198 const char* const windowFactoryName = testCtx.getCommandLine().getEGLWindowType();
199 const char* const pixmapFactoryName = testCtx.getCommandLine().getEGLPixmapType();
teglTestCase.cpp 246 library = m_testCtx.getPlatform().getEGLPlatform().createDefaultGLFunctionLibrary(apiType, m_testCtx.getCommandLine());
teglCreateSurfaceTests.cpp 145 de::UniquePtr<eglu::NativeWindow> window (m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
teglMemoryStressTests.cpp 356 if (!m_testCtx.getCommandLine().isOutOfMemoryTestEnabled())
teglRenderCase.cpp 150 de::UniquePtr<eglu::NativeWindow> window (m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
teglQuerySurfaceTests.cpp 312 de::UniquePtr<eglu::NativeWindow> window(m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
585 de::UniquePtr<eglu::NativeWindow> window(m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
teglImageTests.cpp 262 m_window = eglTestCtx.createNativeWindow(dpy.getEGLDisplay(), m_config, DE_NULL, width, height, eglu::parseWindowVisibility(eglTestCtx.getTestContext().getCommandLine()));
teglMakeCurrentPerfTests.cpp 267 window = m_eglTestCtx.createNativeWindow(m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL, width, height, eglu::parseWindowVisibility(m_eglTestCtx.getTestContext().getCommandLine()));
teglPreservingSwapTests.cpp 380 m_window = m_eglTestCtx.createNativeWindow(m_eglTestCtx.getDisplay().getEGLDisplay(), config, DE_NULL, 480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()));
teglQueryContextTests.cpp 108 de::UniquePtr<eglu::NativeWindow> window (m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
teglResizeTests.cpp 138 const CommandLine& cmdLine = m_testCtx.getCommandLine();
  /external/deqp/framework/platform/ios/
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/
es2fDitheringTests.cpp 469 const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommandLine().getTestIterationCount() : 30;
es2fRandomFragmentOpTests.cpp 296 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 469 const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommandLine().getTestIterationCount() : 30;
es3fRandomFragmentOpTests.cpp 296 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-weblogic.jar 
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 136 de::Random rnd (deStringHash(getName()) ^ 0xed607a89 ^ m_testCtx.getCommandLine().getBaseSeed());
es31fUniformBlockTests.cpp 52 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
es31fFboNoAttachmentTests.cpp 594 de::Random rng (0xF0E1E2D3 ^ testCtx.getCommandLine().getBaseSeed());

Completed in 2113 milliseconds

1 2 3