Home
last modified time | relevance | path

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

1234

/external/deqp/modules/gles31/
Dtes31Context.cpp43 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
62 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()
66 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()
/external/deqp/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp73 return getCommandLine().hasOption<opt::GLMajorVersion>(); in hasGLMajorVersion()
78 return getCommandLine().hasOption<opt::GLMinorVersion>(); in hasGLMinorVersion()
84 return getCommandLine().getOption<opt::GLMajorVersion>(); in getGLMajorVersion()
90 return getCommandLine().getOption<opt::GLMinorVersion>(); in getGLMinorVersion()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp548 …calDevice device (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreQueries()
597 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreWin32Create()
668 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreImportTwice()
715 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreImportReimport()
761 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalExportImportWait()
798 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreExportSignalImportWait()
835 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreExportImportSignalWait()
870 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalImport()
918 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalWaitImport()
969 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreMultipleExports()
[all …]
DvktApiDeviceInitializationTests.cpp360 …Device = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine()); in createDeviceTest()
405 …Device = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine()); in createMultipleDevicesTest()
491 …Device = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine()); in createDeviceWithUnsupportedExtensionsTest()
561 …Device = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine()); in createDeviceWithVariousQueueCountsTest()
648 … physicalDevice = chooseDevice(vki, instance.get(), context.getTestContext().getCommandLine()); in createDeviceFeatures2Test()
/external/deqp/framework/common/
DtcuApp.cpp159 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate()
187 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
DtcuTestContext.hpp60 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine() function in tcu::TestContext
DtcuCommandLine.hpp195 const de::cmdline::CommandLine& getCommandLine (void) const;
DtcuTestSessionExecutor.cpp51 , m_iterator (root, m_inflater, testCtx.getCommandLine()) in TestSessionExecutor()
/external/deqp/modules/gles2/
Dtes2Context.cpp47 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
/external/deqp/modules/gles3/
Dtes3Context.cpp44 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp121 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig()
142 …NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in executeForConfig()
179 …glu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig()
DteglQuerySurfaceTests.cpp309 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig()
317 …NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in executeForConfig()
340 …glu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig()
582 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig()
590 …NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in executeForConfig()
611 …glu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig()
DteglRenderCase.cpp132 …ctory& windowFactory = eglu::selectNativeWindowFactory(displayFactory, m_testCtx.getCommandLine()); in executeForConfig()
136 …u::WindowParams params (width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())); in executeForConfig()
157 …ctory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m_testCtx.getCommandLine()); in executeForConfig()
DteglTestCase.cpp49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine()) in EglTestContext()
DteglMutableRenderBufferTests.cpp150 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in init()
152 eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in init()
DteglMakeCurrentPerfTests.cpp278 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in createWindow()
285 …arams(width, height, eglu::parseWindowVisibility(m_eglTestCtx.getTestContext().getCommandLine()))); in createWindow()
307 …glu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in createPixmap()
DteglTestPackage.cpp179 …estCtx.getPlatform().getEGLPlatform().getNativeDisplayFactoryRegistry(), testCtx.getCommandLine()); in getDefaultDisplayFactory()
DteglNegativeApiTests.cpp200 …glu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in init()
681 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in init()
682 …, DE_NULL, eglu::WindowParams(256, 256, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in init()
1352 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in init()
1353 …, DE_NULL, eglu::WindowParams(256, 256, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in init()
DteglCreateContextExtTests.cpp909 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in iterate()
911 …, DE_NULL, eglu::WindowParams(256, 256, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in iterate()
918 …glu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in iterate()
DteglNegativePartialUpdateTests.cpp169 …ry = selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in init()
171 WindowParams(width, height, parseWindowVisibility(m_testCtx.getCommandLine()))); in init()
/external/deqp/scripts/
Dmustpass.py124 def getCommandLine (config): function
297 commandLine = getCommandLine(config))
/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/gles3/functional/
Des3fDitheringTests.cpp476 …const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommand… in iterate()
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp478 …const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommand… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp130 << context.getTestContext().getCommandLine().getVKDeviceId() in logDeviceInfo()

1234