Home
last modified time | relevance | path

Searched refs:depthStencilBufferFormatInfo (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp518 const gl::InternalFormat &depthStencilBufferFormatInfo = in generateConfigs() local
544 config.depthSize = depthStencilBufferFormatInfo.depthBits; in generateConfigs()
559 config.stencilSize = depthStencilBufferFormatInfo.stencilBits; in generateConfigs()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp1192 const gl::InternalFormat &depthStencilBufferFormatInfo = in generateConfigs() local
1237 config.depthSize = depthStencilBufferFormatInfo.depthBits; in generateConfigs()
1259 config.stencilSize = depthStencilBufferFormatInfo.stencilBits; in generateConfigs()