Lines Matching refs:SceneContext
45 class SceneContext; variable
566 : maxSceneNodes(gfx::SceneContext::DEFAULT_MAX_SCENE_NODES), in Description()
567 maxModels(gfx::SceneContext::DEFAULT_MAX_MODELS), in Description()
568 maxSkeletalModels(gfx::SceneContext::DEFAULT_MAX_SKELETAL_MODELS), in Description()
569 maxCameras(gfx::SceneContext::DEFAULT_MAX_CAMERAS), in Description()
570 maxLights(gfx::SceneContext::DEFAULT_MAX_LIGHTS), in Description()
571 maxFragmentLights(gfx::SceneContext::DEFAULT_MAX_FRAGMENT_LIGHTS), in Description()
572 maxVertexLights(gfx::SceneContext::DEFAULT_MAX_VERTEX_LIGHTS), in Description()
573 maxHemiSphereLights(gfx::SceneContext::DEFAULT_MAX_HEMISPHERE_LIGHTS), in Description()
574 maxAmbientLights(gfx::SceneContext::DEFAULT_MAX_AMBIENT_LIGHTS), in Description()
575 maxFogs(gfx::SceneContext::DEFAULT_MAX_FOGS), in Description()
576 maxParticleSets(gfx::SceneContext::DEFAULT_MAX_PARTICLESETS), in Description()
577 maxParticleEmitters(gfx::SceneContext::DEFAULT_MAX_PARTICLEEMITTERS), in Description()
578 maxParticleModels(gfx::SceneContext::DEFAULT_MAX_PARTICLEMODELS), in Description()
581 maxUserRenderNodes(gfx::SceneContext::DEFAULT_MAX_USER_RENDER_NODES), in Description()
629 gfx::SceneContext* GetSceneContext() { return m_SceneContext; } in GetSceneContext()
648 gfx::SceneContext* m_SceneContext;