Searched refs:ZPassFunc (Results 1 – 7 of 7) sorted by relevance
307 ctx->Stencil.ZPassFunc[face] == zpass && in stencil_op()313 ctx->Stencil.ZPassFunc[face] = zpass; in stencil_op()320 ctx->Stencil.ZPassFunc[0] == zpass && in stencil_op()321 ctx->Stencil.ZPassFunc[1] == zpass && in stencil_op()328 ctx->Stencil.ZPassFunc[0] = ctx->Stencil.ZPassFunc[1] = zpass; in stencil_op()399 ctx->Stencil.ZPassFunc[0] != zpass || in stencil_op_separate()404 ctx->Stencil.ZPassFunc[0] = zpass; in stencil_op_separate()412 ctx->Stencil.ZPassFunc[1] != zpass || in stencil_op_separate()417 ctx->Stencil.ZPassFunc[1] = zpass; in stencil_op_separate()581 ctx->Stencil.ZPassFunc[0] = GL_KEEP; in _mesa_init_stencil()[all …]
72 ctx->Stencil.ZPassFunc[0] != ctx->Stencil.ZPassFunc[face] || in _mesa_stencil_is_two_sided()
1021 attr->Stencil.ZPassFunc[0]); in _mesa_PopAttrib()1030 attr->Stencil.ZPassFunc[1]); in _mesa_PopAttrib()
731 GLenum16 ZPassFunc[3]; /**< Depth buffer pass function */ member
907 v->value_enum16 = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
105 dsa->stencil[0].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[0]); in st_update_depth_stencil_alpha()116 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]); in st_update_depth_stencil_alpha()
1543 ctx->Stencil.ZPassFunc[0] == GL_KEEP && in blit_copy_pixels()