Searched defs:isDepthWriteEnabled (Results 1 – 2 of 2) sorted by relevance
297 bool isDepthWriteEnabled() const { return mDepthStencil.depthTest && mDepthStencil.depthMask; } in isDepthWriteEnabled() function1290 bool isDepthWriteEnabled() const { return mPrivateState.isDepthWriteEnabled(); } in isDepthWriteEnabled() function
3155 const bool isDepthWriteEnabled = dsState.depthTest && dsState.depthMask; in invalidateRenderPassDepthAttachment() local