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/src/libGLESv2/renderer/
Renderer9.cpp 58 static const D3DFORMAT DepthStencilFormats[] =
325 for (unsigned int i = 0; i < ArraySize(DepthStencilFormats); ++i)
327 if (DepthStencilFormats[i] == D3DFMT_UNKNOWN)
331 getMultiSampleSupport(DepthStencilFormats[i], multisampleArray);
332 mMultiSampleSupport[DepthStencilFormats[i]] = multisampleArray;
556 unsigned int numDepthFormats = ArraySize(DepthStencilFormats);
570 D3DFORMAT depthStencilFormat = DepthStencilFormats[depthStencilIndex];
    [all...]
Renderer11.cpp 57 static const DXGI_FORMAT DepthStencilFormats[] =
261 unsigned int dsFormatCount = ArraySize(DepthStencilFormats);
264 DXGI_FORMAT format = (i < rtFormatCount) ? RenderTargetFormats[i] : DepthStencilFormats[i - rtFormatCount];
438 unsigned int numDepthFormats = ArraySize(DepthStencilFormats);
453 DXGI_FORMAT depthStencilFormat = DepthStencilFormats[depthStencilIndex];
    [all...]

Completed in 311 milliseconds