Home | History | Annotate | Download | only in include

Lines Matching refs:D3D10_DEPTH_STENCIL_VIEW_DESC

945 typedef struct D3D10_DEPTH_STENCIL_VIEW_DESC {
956 } D3D10_DEPTH_STENCIL_VIEW_DESC;
2446 D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc) = 0;
2498 D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc);
2550 static FORCEINLINE void ID3D10DepthStencilView_GetDesc(ID3D10DepthStencilView* This,D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc) {
2560 D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc);
4738 const D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc,
5269 const D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc,
5730 static FORCEINLINE HRESULT ID3D10Device_CreateDepthStencilView(ID3D10Device* This,ID3D10Resource *pResource,const D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc,ID3D10DepthStencilView **ppDepthStencilView) {
6504 const D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc,