Searched refs:enableAutoDepth (Results 1 – 4 of 4) sorted by relevance
125 virtual void SetAutoDepth(const bool enableAutoDepth);
151 virtual void SetAutoDepth(const bool enableAutoDepth);
201 void GraphicsDrawing::SetAutoDepth(const bool enableAutoDepth) in SetAutoDepth() argument203 m_AutoDepth = enableAutoDepth; in SetAutoDepth()
206 void RenderSystemDrawing::SetAutoDepth(const bool enableAutoDepth) in SetAutoDepth() argument208 m_GraphicsDrawing.SetAutoDepth(enableAutoDepth); in SetAutoDepth()