Home
last modified time | relevance | path

Searched refs:depthStencilFormat (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
DConfig.cpp26 …: mRenderTargetFormat(desc.renderTargetFormat), mDepthStencilFormat(desc.depthStencilFormat), mMul… in Config()
81 switch (desc.depthStencilFormat) in Config()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h71 GLenum depthStencilFormat; member
DRenderer9.cpp570 D3DFORMAT depthStencilFormat = DepthStencilFormats[depthStencilIndex]; in generateConfigs() local
573 if(depthStencilFormat != D3DFMT_UNKNOWN) in generateConfigs()
575 …eviceType, currentDisplayMode.Format, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, depthStencilFormat); in generateConfigs()
580 if(depthStencilFormat != D3DFMT_UNKNOWN) in generateConfigs()
582 …cilMatch(mAdapter, mDeviceType, currentDisplayMode.Format, renderTargetFormat, depthStencilFormat); in generateConfigs()
589 … newConfig.depthStencilFormat = d3d9_gl::ConvertDepthStencilFormat(depthStencilFormat); in generateConfigs()
DRenderer11.cpp453 DXGI_FORMAT depthStencilFormat = DepthStencilFormats[depthStencilIndex]; in generateConfigs() local
457 if (depthStencilFormat != DXGI_FORMAT_UNKNOWN) in generateConfigs()
460 result = mDevice->CheckFormatSupport(depthStencilFormat, &formatSupport); in generateConfigs()
468 … newConfig.depthStencilFormat = d3d11_gl::ConvertDepthStencilFormat(depthStencilFormat); in generateConfigs()