/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deCommandLine.c | 119 deCommandLine* cmdLine = (deCommandLine*)deCalloc(sizeof(deCommandLine)); in deCommandLine_parse() local 140 void deCommandLine_destroy (deCommandLine* cmdLine) in deCommandLine_destroy() 146 static void testParse (const char* cmdLine, const char* const* refArgs, int numArgs) in testParse() 163 const char* cmdLine = "hello"; in deCommandLine_selfTest() local 168 const char* cmdLine = "hello world"; in deCommandLine_selfTest() local 173 const char* cmdLine = "hello/world"; in deCommandLine_selfTest() local 178 const char* cmdLine = "hello/world --help"; in deCommandLine_selfTest() local 183 const char* cmdLine = "hello/world --help foo"; in deCommandLine_selfTest() local 188 const char* cmdLine = "hello\\world --help foo"; in deCommandLine_selfTest() local 193 const char* cmdLine = "\"hello/worl d\" --help --foo=\"bar\" \"ba z\\\"\""; in deCommandLine_selfTest() local [all …]
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deCommandLine.cpp | 355 CommandLine cmdLine; in selfTest() local 364 CommandLine cmdLine; in selfTest() local 374 CommandLine cmdLine; in selfTest() local 384 CommandLine cmdLine; in selfTest() local 421 CommandLine cmdLine; in selfTest() local 438 CommandLine cmdLine; in selfTest() local 455 CommandLine cmdLine; in selfTest() local 474 CommandLine cmdLine; in selfTest() local 492 CommandLine cmdLine; in selfTest() local 503 CommandLine cmdLine; in selfTest() local [all …]
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeExtractShaderPrograms.cpp | 77 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::… in writeShaderProgram() 108 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const x… in extractShaderPrograms() 143 ShaderProgramExtractHandler (const CommandLine& cmdLine) in ShaderProgramExtractHandler() 183 static void extractShaderProgramsFromLogFile (const CommandLine& cmdLine) in extractShaderProgramsFromLogFile() 213 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() 242 CommandLine cmdLine; in main() local
|
D | xeMergeTestLogs.cpp | 148 static void mergeTestLogs (const CommandLine& cmdLine) in mergeTestLogs() 168 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() 200 CommandLine cmdLine; in main() local
|
D | xeBatchResultToJUnit.cpp | 56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() argument 158 CommandLine cmdLine; in main() local
|
D | xeExtractValues.cpp | 221 static void printTaggedValues (const CommandLine& cmdLine, std::ostream& dst) in printTaggedValues() 260 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() 289 CommandLine cmdLine; in main() local
|
D | xeTestLogCompare.cpp | 264 static bool runCompare (const CommandLine& cmdLine, std::ostream& dst) in runCompare() 367 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() 394 CommandLine cmdLine; in main() local
|
D | xeCommandLineExecutor.cpp | 142 bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() 459 xe::CommLink* createCommLink (const CommandLine& cmdLine) in createCommLink() 578 void runExecutor (const CommandLine& cmdLine) in runExecutor() 667 CommandLine cmdLine; in main() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDeviceUtil.cpp | 49 const tcu::CommandLine& cmdLine, in createDefaultInstance() 139 …nstance (const PlatformInterface& vkPlatform, deUint32 apiVersion, const tcu::CommandLine& cmdLine) in createDefaultInstance() 148 …x (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) in chooseDeviceIndex() 179 …e (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) in chooseDevice()
|
D | vkAppParamsUtil.cpp | 45 …ameters (std::vector<VkApplicationParametersEXT>& appParams, const tcu::CommandLine& cmdLine, cons… in readApplicationParameters()
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunnerMain.cpp | 49 static bool parseCommandLine(CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() argument 122 CommandLine cmdLine; in main() local
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluRenderConfig.cpp | 143 void parseRenderConfig (RenderConfig* config, const tcu::CommandLine& cmdLine) in parseRenderConfig() 171 RenderConfig::Visibility parseWindowVisibility (const tcu::CommandLine& cmdLine) in parseWindowVisibility()
|
D | gluRenderContext.cpp | 133 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, const… in createRenderContext() 173 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine… in createDefaultRenderContext()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestHierarchyUtil.cpp | 125 … writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine) in writeXmlCaselistsToFiles() 183 … writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine) in writeTxtCaselistsToFiles()
|
D | tcuTestContext.cpp | 35 const CommandLine& cmdLine, in TestContext()
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
D | vkMain.cpp | 50 tcu::CommandLine cmdLine (argc, argv); in main() local
|
D | testmain.cpp | 162 tcu::CommandLine cmdLine(argc, argv); in main() local
|
/third_party/vk-gl-cts/framework/platform/ |
D | tcuMain.cpp | 49 tcu::CommandLine cmdLine (argc, argv); in main() local
|
/third_party/vk-gl-cts/execserver/tools/ |
D | xsMain.cpp | 55 de::cmdline::CommandLine cmdLine; in main() local
|
D | xsClient.cpp | 161 Client::Client (const CommandLine& cmdLine) in Client() 303 CommandLine cmdLine; in runClient() local
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluGLFunctionLoader.cpp | 48 GLLibraryCache::GLLibraryCache (const Platform& platform, const tcu::CommandLine& cmdLine) in GLLibraryCache()
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/platformutil/ |
D | DeqpPlatformCapabilityQueryInstrumentation.java | 109 private static native int nativeRenderConfigSupportedQuery (String cmdLine); in nativeRenderConfigSupportedQuery()
|
/third_party/vk-gl-cts/framework/platform/ohos/context/ |
D | tcuOhosNativeContext.cpp | 61 OhosRendContext::OhosRendContext(const glu::RenderConfig &config, const tcu::CommandLine &cmdLine) in OhosRendContext()
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 41 …TestThread (NativeActivity& activity, const std::string& cmdLineString, const CommandLine& cmdLine) in TestThread()
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | RemoteAPI.java | 67 public boolean start (String testerName, String cmdLine, String caseList) { in start()
|