Searched refs:depthStencilFormat (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Config.cpp | 26 …: mRenderTargetFormat(desc.renderTargetFormat), mDepthStencilFormat(desc.depthStencilFormat), mMul… in Config() 81 switch (desc.depthStencilFormat) in Config()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer.h | 71 GLenum depthStencilFormat; member
|
D | Renderer9.cpp | 570 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()
|
D | Renderer11.cpp | 453 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()
|