HomeSort by relevance Sort by last modified time
    Searched refs:DepthStencilFormats (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer9.cpp 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];
    [all...]
Renderer11.cpp 57 static const DXGI_FORMAT DepthStencilFormats[] =
263 unsigned int dsFormatCount = ArraySize(DepthStencilFormats);
266 DXGI_FORMAT format = (i < rtFormatCount) ? RenderTargetFormats[i] : DepthStencilFormats[i - rtFormatCount];
441 unsigned int numDepthFormats = ArraySize(DepthStencilFormats);
456 DXGI_FORMAT depthStencilFormat = DepthStencilFormats[depthStencilIndex];
    [all...]

Completed in 91 milliseconds