Searched refs:apply_stencil_op (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_stencil.c129 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, function
171 _mesa_problem(ctx, "Bad stencil op in apply_stencil_op");
264 apply_stencil_op(ctx, ctx->Stencil.FailFunc[face], face, n, stencil,
402 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face, count,
424 apply_stencil_op(ctx, ctx->Stencil.ZFailFunc[face], face,
428 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c437 apply_stencil_op(struct depth_data *data, function
656 apply_stencil_op(data, failMask, failOp, ref, wrtMask);
670 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask);
675 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask);
680 apply_stencil_op(data, quad->inout.mask, zPassOp, ref, wrtMask);

Completed in 82 milliseconds