Home
last modified time | relevance | path

Searched defs:cmdLine (Results 1 – 10 of 10) sorted by relevance

/test/xts/acts/graphic/vkgl/src/deqpgles31/
DDeqpgles31BaseFunc.cpp60 tcu::CommandLine cmdLine(argc, argv); in RunTestKHRGLES() local
/test/xts/acts/graphic/vkgl/src/deqpgles2/
DDeqpgles2BaseFunc.cpp60 tcu::CommandLine cmdLine(argc, argv); in RunTestKHRGLES() local
/test/xts/acts/graphic/vkgl/src/khrgles3/
DKhrgles3BaseFunc.cpp60 tcu::CommandLine cmdLine(argc, argv); in RunTestKHRGLES() local
/test/xts/acts/graphic/vkgl/src/khrglesext/
DKhrglesextBaseFunc.cpp60 tcu::CommandLine cmdLine(argc, argv); in RunTestKHRGLES() local
/test/xts/acts/graphic/vkgl/src/khrgles2/
DKhrgles2BaseFunc.cpp60 tcu::CommandLine cmdLine(argc, argv); in RunTestKHRGLES() local
/test/xts/acts/graphic/vkgl/src/deqpgles3/
DDeqpgles3BaseFunc.cpp60 tcu::CommandLine cmdLine(argc, argv); in RunTestKHRGLES() local
/test/xts/acts/graphic/vkgl/src/khrgles32/
DKhrgles32BaseFunc.cpp60 tcu::CommandLine cmdLine(argc, argv); in RunTestKHRGLES() local
/test/xts/acts/graphic/vkgl/src/khrgles31/
DKhrgles31BaseFunc.cpp60 tcu::CommandLine cmdLine(argc, argv); in RunTestKHRGLES() local
/test/xts/acts/graphic/vkgl/src/egl/
DEglBaseFunc.cpp64 tcu::CommandLine cmdLine(argc, argv); in RunTestKHRGLES() local
/test/xts/acts/graphic/vkgl/src/
DActsApp.cpp37 ActsApp::ActsApp (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) in ActsApp()