Home | History | Annotate | Download | only in D3D9

Lines Matching refs:AutoDepthStencilFormat

2357 			switch(presentParameters->AutoDepthStencilFormat)
2381 autoDepthStencil = new Direct3DSurface9(this, this, presentParameters->BackBufferWidth, presentParameters->BackBufferHeight, presentParameters->AutoDepthStencilFormat, D3DPOOL_DEFAULT, presentParameters->MultiSampleType, presentParameters->MultiSampleQuality, lockable, D3DUSAGE_DEPTHSTENCIL);