Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystem.cpp210 void RenderSystem::ClearDepthStencilBuffer(const GLclampf depth, const GLclampf stencil) in ClearDepthStencilBuffer() function in demo::RenderSystem
214 m_CurrentFrameBufferPtr->ClearDepthStencilBuffer(depth, stencil); in ClearDepthStencilBuffer()
Ddemo_FrameBuffer.cpp355 void FrameBuffer::ClearDepthStencilBuffer(const GLclampf depth, const GLclampf stencil) in ClearDepthStencilBuffer() function in demo::FrameBuffer
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_RenderSystem.h69 … virtual void ClearDepthStencilBuffer(const GLclampf depth = 1.0f, const GLclampf stencil = 0.0f);
Ddemo_FrameBuffer.h108 void ClearDepthStencilBuffer(const GLclampf depth = 1.0f, const GLclampf stencil = 0.0f);