Searched refs:ClearDepthStencilView (Results 1 – 8 of 8) sorted by relevance
218 ctx->ClearDepthStencilView(zsv, D3D11_CLEAR_DEPTH, 1.0f, 0); in draw()
438 ctx->ClearDepthStencilView(zsv, D3D11_CLEAR_DEPTH | D3D11_CLEAR_STENCIL, 1.0, 0); in draw()452 ctx->ClearDepthStencilView(zsv, D3D11_CLEAR_DEPTH | D3D11_CLEAR_STENCIL, 1.0, 0); in draw()
267 m_d3dContext->ClearDepthStencilView( in Render()
328 m_d3dContext->ClearDepthStencilView( in Render()
125 ClearDepthStencilView -> clear_depth_stencil
1319 void ClearDepthStencilView(
2088 void ClearDepthStencilView(
1630 virtual void STDMETHODCALLTYPE ClearDepthStencilView( in ClearDepthStencilView() function