Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp257 if (mState.hasSeparateDepthAndStencilAttachments()) in checkStatus()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h95 bool hasSeparateDepthAndStencilAttachments() const;
DFramebuffer.cpp647 bool FramebufferState::hasSeparateDepthAndStencilAttachments() const in hasSeparateDepthAndStencilAttachments() function in gl::FramebufferState
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm555 mState.hasSeparateDepthAndStencilAttachments())
585 if (mState.hasSeparateDepthAndStencilAttachments())
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1496 if (mState.hasSeparateDepthAndStencilAttachments()) in checkStatus()