Home | History | Annotate | Download | only in renderer

Lines Matching refs:DepthStencilFormats

56 static const D3DFORMAT DepthStencilFormats[] =
319 for (unsigned int i = 0; i < ArraySize(DepthStencilFormats); ++i)
321 if (DepthStencilFormats[i] == D3DFMT_UNKNOWN)
325 getMultiSampleSupport(DepthStencilFormats[i], multisampleArray);
326 mMultiSampleSupport[DepthStencilFormats[i]] = multisampleArray;
532 unsigned int numDepthFormats = ArraySize(DepthStencilFormats);
546 D3DFORMAT depthStencilFormat = DepthStencilFormats[depthStencilIndex];