Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp136 bool DepthStencilState::isStencilMaskedOut() const in isStencilMaskedOut() function in gl::DepthStencilState
143 return isStencilMaskedOut() || in isStencilNoOp()
Dangletypes.h269 bool isStencilMaskedOut() const;
DFramebuffer.cpp2298 bool stencil = (mask & GL_STENCIL_BUFFER_BIT) != 0 && !depthStencil.isStencilMaskedOut(); in ensureClearAttachmentsInitialized()
DContext.cpp4297 return mState.getDepthStencilState().isStencilMaskedOut(); in isClearBufferMaskedOut()
4300 mState.getDepthStencilState().isStencilMaskedOut(); in isClearBufferMaskedOut()