Home
last modified time | relevance | path

Searched refs:setDepthFunc (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.h104 void setDepthFunc(bool depthTest, GLenum depthFunc);
DStateManager9.cpp377 setDepthFunc(depthStencilState.depthTest, depthStencilState.depthFunc); in setBlendDepthRasterStates()
563 void StateManager9::setDepthFunc(bool depthTest, GLenum depthFunc) in setDepthFunc() function in rx::StateManager9
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h215 void setDepthFunc(GLenum depthFunc);
DStateManagerGL.cpp1508 void StateManagerGL::setDepthFunc(GLenum depthFunc) in setDepthFunc() function in rx::StateManagerGL
1881 setDepthFunc(state.getDepthStencilState().depthFunc); in syncState()
2830 setDepthFunc(state->depthFunc); in restoreNativeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp681 sm->setDepthFunc(GL_LESS); in drawWithTexture()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h425 void setDepthFunc(GLenum depthFunc);
DContext.cpp399 void Context::setDepthFunc(GLenum depthFunc) in setDepthFunc() function in es2::Context
DlibGLESv2.cpp1345 context->setDepthFunc(func); in DepthFunc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp2031 pipelineDesc.setDepthFunc(VK_COMPARE_OP_ALWAYS); in clearFramebuffer()
2394 pipelineDesc.setDepthFunc(VK_COMPARE_OP_ALWAYS); in blitResolveImpl()
3288 pipelineDesc.setDepthFunc(VK_COMPARE_OP_ALWAYS); in unresolve()
Dvk_cache_utils.h649 void setDepthFunc(VkCompareOp op);
Dvk_cache_utils.cpp2425 void GraphicsPipelineDesc::setDepthFunc(VkCompareOp op) in setDepthFunc() function in rx::vk::GraphicsPipelineDesc
2499 setDepthFunc(PackGLCompareFunc(depthStencilState.depthFunc)); in updateDepthFunc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h173 void setDepthFunc(GLenum depthFunc);
DState.cpp859 void State::setDepthFunc(GLenum depthFunc) in setDepthFunc() function in gl::State
DContext.cpp5495 mState.setDepthFunc(func); in depthFunc()