Home
last modified time | relevance | path

Searched refs:graphicsSystems (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/
H A Dmain.cpp36 QStringList graphicsSystems; variable
114 foreach (QString gSys, graphicsSystems) { in showHelp()
245 graphicsSystems << "raster" << "native" << "opengl" << "opengl1" << "opengl2" << "openvg"; in main()
289 if ( !graphicsSystems.contains(gSys) ) { in main()
290 …alid graphics-system - available graphics-systems: %2").arg(gSys).arg(graphicsSystems.join(", "))); in main()
H A Dtweakedqmlappviewer.cpp43 extern QStringList graphicsSystems;
91 cliAllowedParameterValues["graphicssystem"] = graphicsSystems; in TweakedQmlApplicationViewer()