Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_GraphicsDrawing.h125 virtual void SetAutoDepth(const bool enableAutoDepth);
Ddemo_RenderSystemDrawing.h151 virtual void SetAutoDepth(const bool enableAutoDepth);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemDrawing.cpp206 void RenderSystemDrawing::SetAutoDepth(const bool enableAutoDepth) in SetAutoDepth() function in demo::RenderSystemDrawing
208 m_GraphicsDrawing.SetAutoDepth(enableAutoDepth); in SetAutoDepth()
Ddemo_GraphicsDrawing.cpp201 void GraphicsDrawing::SetAutoDepth(const bool enableAutoDepth) in SetAutoDepth() function in demo::GraphicsDrawing