Searched refs:setDepthFunc (Results 1 – 17 of 17) sorted by relevance
104 void setDepthFunc(bool depthTest, GLenum depthFunc);
377 setDepthFunc(depthStencilState.depthTest, depthStencilState.depthFunc); in setBlendDepthRasterStates()563 void StateManager9::setDepthFunc(bool depthTest, GLenum depthFunc) in setDepthFunc() function in rx::StateManager9
215 void setDepthFunc(GLenum depthFunc);
1503 void StateManagerGL::setDepthFunc(GLenum depthFunc) in setDepthFunc() function in rx::StateManagerGL1876 setDepthFunc(state.getDepthStencilState().depthFunc); in syncState()2823 setDepthFunc(state->depthFunc); in restoreNativeContext()
318 void setDepthFunc(GLenum depthFunc);
408 void Context::setDepthFunc(GLenum depthFunc) in setDepthFunc() function in es1::Context
1136 context->setDepthFunc(func); in DepthFunc()
750 sm->setDepthFunc(GL_LESS); in drawWithTexture()
425 void setDepthFunc(GLenum depthFunc);
399 void Context::setDepthFunc(GLenum depthFunc) in setDepthFunc() function in es2::Context
1345 context->setDepthFunc(func); in DepthFunc()
173 void setDepthFunc(GLenum depthFunc);
806 void State::setDepthFunc(GLenum depthFunc) in setDepthFunc() function in gl::State
5400 mState.setDepthFunc(func); in depthFunc()
2043 pipelineDesc.setDepthFunc(VK_COMPARE_OP_ALWAYS); in clearFramebuffer()2297 pipelineDesc.setDepthFunc(VK_COMPARE_OP_ALWAYS); in blitResolveImpl()3192 pipelineDesc.setDepthFunc(VK_COMPARE_OP_ALWAYS); in unresolve()
650 void setDepthFunc(VkCompareOp op);
2365 void GraphicsPipelineDesc::setDepthFunc(VkCompareOp op) in setDepthFunc() function in rx::vk::GraphicsPipelineDesc2439 setDepthFunc(PackGLCompareFunc(depthStencilState.depthFunc)); in updateDepthFunc()