/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tes31Context_override.cpp | 31 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context() 60 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext() 64 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext() 68 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemContext.cpp | 38 , m_phyDevice (vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext() 40 …tx.getUsedApiVersion(), deviceExtensions, m_context.getTestContext().getCommandLine().isValidation… in ProtectedContext() 57 , m_phyDevice (vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext() 60 …tx.getUsedApiVersion(), deviceExtensions, m_context.getTestContext().getCommandLine().isValidation… in ProtectedContext()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tes31Context_override.cpp | 31 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context() 59 … = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext() 62 …= glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiTyp… in createRenderContext()
|
/third_party/vk-gl-cts/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 | glcTestPackage.cpp | 70 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 76 const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); in init()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/gles31/ |
D | tes31Context.cpp | 42 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context() 64 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()
|
D | tgl45TestPackage.cpp | 65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 70 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
|
D | tes31TestPackage.cpp | 74 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 79 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuApp.cpp | 53 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeCaselistsToStdout() 81 …de::MovePtr<const CaseListFilter> caseListFilter(testCtx.getCommandLine().createCaseListFilter(tes… in verifyAmberCapabilityCoherency() 208 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate() 236 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 | 64 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine() function in tcu::TestContext
|
D | tcuTestSessionExecutor.cpp | 52 , m_caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())) in TestSessionExecutor() 284 (m_status.numFailed > 0 && m_testCtx.getCommandLine().isTerminateOnFailEnabled())) in leaveTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 616 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceTest() 648 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().… in createDeviceTest() 665 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createMultipleDevicesTest() 701 …const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidati… in createMultipleDevicesTest() 754 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithUnsupportedExtensionsTest() 787 …const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidat… in createDeviceWithUnsupportedExtensionsTest() 825 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithVariousQueueCountsTest() 867 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().i… in createDeviceWithVariousQueueCountsTest() 906 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithGlobalPriorityTest() 947 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().is… in createDeviceWithGlobalPriorityTest() [all …]
|
D | vktApiExternalMemoryTests.cpp | 381 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, in… in createTestDevice() 769 …icalDevice device (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreQueries() 834 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreWin32Create() 905 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreImportTwice() 952 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreImportReimport() 998 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalExportImportWait() 1032 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreExportSignalImportWait() 1069 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreExportImportSignalWait() 1104 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalImport() 1152 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalWaitImport() [all …]
|
/third_party/vk-gl-cts/modules/gles2/ |
D | tes2TestPackage.cpp | 146 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 151 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
|
D | tes2Context.cpp | 47 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/third_party/vk-gl-cts/modules/gles3/ |
D | tes3TestPackage.cpp | 144 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 149 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
|
D | tes3Context.cpp | 44 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemUtil.cpp | 80 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createPostmortemDevice()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 234 , m_renderDoc (testCtx.getCommandLine().isRenderDocEnabled() in TestCaseExecutor() 242 testCtx.getCommandLine().getInitialCmdLine()); in TestCaseExecutor() 243 m_waiverMechanism.setup(testCtx.getCommandLine().getWaiverFileName(), in TestCaseExecutor() 266 const tcu::CommandLine& commandLine = m_context.getTestContext().getCommandLine(); in init()
|
D | vktCustomInstancesDevices.cpp | 227 const auto& cmdLine = context.getTestContext().getCommandLine(); in createCustomInstanceWithExtensions() 316 const auto& cmdLine = context.getTestContext().getCommandLine(); in createCustomInstanceFromInfo() 352 const auto& cmdLine = context.getTestContext().getCommandLine(); in createUncheckedInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.hpp | 68 const tcu::CommandLine& cmdLine = context.getTestContext().getCommandLine(); in SparseResourcesBaseInstance()
|