Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp75 Format GetDepthFormat(uint32_t depthSize, uint32_t stencilSize) in GetDepthFormat() argument
80 if (depthSize == 16) { in GetDepthFormat()
82 } else if (depthSize == 24) { in GetDepthFormat()
84 } else if (depthSize == 32) { in GetDepthFormat()
88 if (depthSize == 16) { in GetDepthFormat()
91 } else if (depthSize == 24) { in GetDepthFormat()
93 } else if (depthSize == 32) { in GetDepthFormat()