/external/deqp/modules/gles31/ |
D | tes31Context.cpp | 42 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/ |
D | glcContext.cpp | 56 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()
|
D | glcNoErrorTests.cpp | 75 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in verifyNoErrorContext()
|
D | glcContextFlagsTests.cpp | 65 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in createContext()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 73 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/ |
D | tcuApp.cpp | 53 …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()
|
D | tcuTestHierarchyUtil.cpp | 128 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeXmlCaselistsToFiles() 186 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeTxtCaselistsToFiles()
|
D | tcuTestContext.hpp | 60 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine() function in tcu::TestContext
|
D | tcuCommandLine.hpp | 249 const de::cmdline::CommandLine& getCommandLine (void) const;
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemContext.cpp | 38 , 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/ |
D | vktApiExternalMemoryTests.cpp | 713 …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 …]
|
D | vktApiDeviceInitializationTests.cpp | 392 …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/ |
D | teglQuerySurfaceTests.cpp | 309 …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()
|
D | teglRenderCase.cpp | 137 …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()
|
D | teglCreateSurfaceTests.cpp | 158 …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()
|
D | teglTestCase.cpp | 49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine()) in EglTestContext()
|
D | teglMutableRenderBufferTests.cpp | 150 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in init() 152 eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in init()
|
D | teglMakeCurrentPerfTests.cpp | 278 …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()
|
D | teglTestPackage.cpp | 180 …estCtx.getPlatform().getEGLPlatform().getNativeDisplayFactoryRegistry(), testCtx.getCommandLine()); in getDefaultDisplayFactory()
|
/external/deqp/modules/gles2/ |
D | tes2Context.cpp | 47 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/external/deqp/modules/gles3/ |
D | tes3Context.cpp | 44 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 418 …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()
|
D | vktTestPackage.cpp | 217 , 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/ |
D | vktSparseResourcesBase.hpp | 67 const tcu::CommandLine& cmdLine = context.getTestContext().getCommandLine(); in SparseResourcesBaseInstance()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cContextFlushControlTests.cpp | 214 …text = platform.createRenderContext(renderContextType, m_context.getTestContext().getCommandLine(), in createNoFlushContext() 486 …= platform.createRenderContext(renderContextType, m_test_context.getTestContext().getCommandLine(), in createContext()
|