Home
last modified time | relevance | path

Searched defs:hasDepth (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFramebuffer.cpp648 bool FramebufferState::hasDepth() const in hasDepth() function in gl::FramebufferState
1104 bool Framebuffer::hasDepth() const in hasDepth() function in gl::Framebuffer
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1811 …bool hasDepth = (props.depthAttachment_hasTexObj || props.depthAttachment_hasRbo || props.depthste… in checkFramebufferCompleteness() local