Home
last modified time | relevance | path

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

12345

/external/deqp/modules/gles31/
Dtes31Context.cpp42 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
66 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()
70 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()
/external/deqp/external/openglcts/modules/common/
DglcContext.cpp56 glu::parseRenderConfig(&renderCfg, m_testCtx.getCommandLine()); in createRenderContext()
58 if (m_testCtx.getCommandLine().getRunMode() != tcu::RUNMODE_EXECUTE) in createRenderContext()
65 …m_renderCtx = glu::createRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), rend… in createRenderContext()
DglcNoErrorTests.cpp75 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in verifyNoErrorContext()
DglcContextFlagsTests.cpp65 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in createContext()
/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/framework/common/
DtcuApp.cpp53 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeCaselistsToStdout()
160 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate()
188 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
DtcuTestHierarchyUtil.cpp128 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeXmlCaselistsToFiles()
186 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeTxtCaselistsToFiles()
DtcuTestContext.hpp60 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine() function in tcu::TestContext
DtcuCommandLine.hpp249 const de::cmdline::CommandLine& getCommandLine (void) const;
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.cpp38 , m_phyDevice (vk::chooseDevice(m_vki, *m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext()
57 , m_phyDevice (vk::chooseDevice(m_vki, *m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp713 …calDevice device (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreQueries()
762 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreWin32Create()
833 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreImportTwice()
880 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreImportReimport()
926 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalExportImportWait()
960 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreExportSignalImportWait()
997 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreExportImportSignalWait()
1032 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalImport()
1080 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalWaitImport()
1131 …ce physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine())); in testSemaphoreMultipleExports()
[all …]
DvktApiDeviceInitializationTests.cpp392 …Device = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine()); in createDeviceTest()
440 …Device = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine()); in createMultipleDevicesTest()
527 …Device = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine()); in createDeviceWithUnsupportedExtensionsTest()
597 …Device = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine()); in createDeviceWithVariousQueueCountsTest()
671 … physicalDevice = chooseDevice(vki, instance.get(), context.getTestContext().getCommandLine()); in createDeviceFeatures2Test()
736 …Device = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine()); in createDeviceWithUnsupportedFeaturesTest()
1196 const deUint32 chosenDevice = context.getTestContext().getCommandLine().getVKDeviceId() - 1; in createInstanceDeviceIntentionalAllocFail()
/external/deqp/modules/egl/
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.cpp137 …ctory& windowFactory = eglu::selectNativeWindowFactory(displayFactory, m_testCtx.getCommandLine()); in executeForConfig()
141 …u::WindowParams params (width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())); in executeForConfig()
162 …ctory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m_testCtx.getCommandLine()); in executeForConfig()
DteglCreateSurfaceTests.cpp158 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig()
190 …NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in executeForConfig()
227 …glu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), 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.cpp180 …estCtx.getPlatform().getEGLPlatform().getNativeDisplayFactoryRegistry(), testCtx.getCommandLine()); in getDefaultDisplayFactory()
/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/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp418 …de::MovePtr<tcu::CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in buildPrograms()
454 buildGlslTasks.back().setCommandline(testCtx.getCommandLine()); in buildPrograms()
468 buildHlslTasks.back().setCommandline(testCtx.getCommandLine()); in buildPrograms()
482 buildSpirvAsmTasks.back().setCommandline(testCtx.getCommandLine()); in buildPrograms()
DvktTestPackage.cpp217 , m_debugReportRecorder (testCtx.getCommandLine().isValidationEnabled() in TestCaseExecutor()
222 , m_renderDoc (testCtx.getCommandLine().isRenderDocEnabled() in TestCaseExecutor()
245 const tcu::CommandLine& commandLine = m_context.getTestContext().getCommandLine(); in init()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp67 const tcu::CommandLine& cmdLine = context.getTestContext().getCommandLine(); in SparseResourcesBaseInstance()
/external/deqp/external/openglcts/modules/gl/
Dgl4cContextFlushControlTests.cpp214 …text = platform.createRenderContext(renderContextType, m_context.getTestContext().getCommandLine(), in createNoFlushContext()
486 …= platform.createRenderContext(renderContextType, m_test_context.getTestContext().getCommandLine(), in createContext()

12345