Searched refs:updateDepthWriteEnabled (Results 1 – 6 of 6) sorted by relevance
72 void updateDepthWriteEnabled(const gl::DepthStencilState &dsState);
331 updateDepthWriteEnabled(dsState);335 void DepthStencilDesc::updateDepthWriteEnabled(const gl::DepthStencilState &dsState)
915 mDepthStencilDesc.updateDepthWriteEnabled(glState.getDepthStencilState());
664 void updateDepthWriteEnabled(GraphicsPipelineTransitionBits *transition,
3340 mGraphicsPipelineDesc->updateDepthWriteEnabled(&mGraphicsPipelineTransition, depthStencilState, in updateDepthStencil()3562 mGraphicsPipelineDesc->updateDepthWriteEnabled(&mGraphicsPipelineTransition, in syncState()
2453 void GraphicsPipelineDesc::updateDepthWriteEnabled(GraphicsPipelineTransitionBits *transition, in updateDepthWriteEnabled() function in rx::vk::GraphicsPipelineDesc