Home
last modified time | relevance | path

Searched defs:depth_func (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Ddepth.c63 depth_func(struct gl_context *ctx, GLenum func, bool no_error) in depth_func() function
Dstate.c106 GLenum16 depth_func = ctx->Depth.Func; in _mesa_update_allow_draw_out_of_order() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp60 void depth_func (NegativeTestContext& ctx) in depth_func() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h335 unsigned depth_func:3; /**< depth test func (PIPE_FUNC_x) */ member