Home
last modified time | relevance | path

Searched refs:optDevice (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp200 ConfigOption optDevice; in initConfigOptions() local
218 optDevice.name = "Rendering Device"; in initConfigOptions()
219 optDevice.currentValue.clear(); in initConfigOptions()
220 optDevice.possibleValues.clear(); in initConfigOptions()
221 optDevice.immutable = false; in initConfigOptions()
236 optDevice.possibleValues.push_back( driver->DriverDescription() ); in initConfigOptions()
239 optDevice.currentValue = driver->DriverDescription(); in initConfigOptions()
343 mOptions[optDevice.name] = optDevice; in initConfigOptions()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp306 ConfigOption optDevice; in initConfigOptions() local
318 optDevice.name = "Rendering Device"; in initConfigOptions()
319 optDevice.currentValue = "(default)"; in initConfigOptions()
320 optDevice.possibleValues.push_back("(default)"); in initConfigOptions()
325 optDevice.possibleValues.push_back( driver->DriverDescription() ); in initConfigOptions()
327 optDevice.immutable = false; in initConfigOptions()
432 mOptions[optDevice.name] = optDevice; in initConfigOptions()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderSystem.cpp214 ConfigOption optDevice; in initConfigOptions() local
229 optDevice.name = "Rendering Device"; in initConfigOptions()
230 optDevice.currentValue.clear(); in initConfigOptions()
231 optDevice.possibleValues.clear(); in initConfigOptions()
232 optDevice.immutable = false; in initConfigOptions()
266 optDevice.possibleValues.push_back( driver->DriverDescription() ); in initConfigOptions()
269 optDevice.currentValue = driver->DriverDescription(); in initConfigOptions()
322 mOptions[optDevice.name] = optDevice; in initConfigOptions()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderSystem.cpp189 ConfigOption optDevice; in initConfigOptions() local
206 optDevice.name = "Rendering Device"; in initConfigOptions()
207 optDevice.currentValue.clear(); in initConfigOptions()
208 optDevice.possibleValues.clear(); in initConfigOptions()
209 optDevice.immutable = false; in initConfigOptions()
249 optDevice.possibleValues.push_back( driver->DriverDescription() ); in initConfigOptions()
252 optDevice.currentValue = driver->DriverDescription(); in initConfigOptions()
312 mOptions[optDevice.name] = optDevice; in initConfigOptions()