Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/wgl/
DDXGISwapChainWindowSurfaceWGL.cpp285 const gl::InternalFormat &depthStencilFormatInfo = in createDefaultFramebuffer() local
287 if (depthStencilFormatInfo.depthBits > 0) in createDefaultFramebuffer()
292 if (depthStencilFormatInfo.stencilBits > 0) in createDefaultFramebuffer()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1234 const gl::InternalFormat &depthStencilFormatInfo = in GenerateConfigs() local
1237 depthStencilFormatInfo.sized); in GenerateConfigs()
1254 depthStencilFormatInfo, sampleCount); in GenerateConfigs()