Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h358 bool GetHardwareShadowSupport() const { return hardwareShadowSupport_; } in GetHardwareShadowSupport()
676 bool hardwareShadowSupport_; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp276 hardwareShadowSupport_(false), in Graphics()
2460 hardwareShadowSupport_ = false; in CheckFeatureSupport()
2468 hardwareShadowSupport_ = true; in CheckFeatureSupport()
2499 hardwareShadowSupport_ = false; in CheckFeatureSupport()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp223 hardwareShadowSupport_(false), in Graphics()
2318 hardwareShadowSupport_ = true; in CheckFeatureSupport()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphics.cpp249 hardwareShadowSupport_(false), in Graphics()
2860 hardwareShadowSupport_ = shadowMapFormat_ != 0; in CheckFeatureSupport()