HomeSort by relevance Sort by last modified time
    Searched refs:apply_stencil_op (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_stencil.c 129 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/
sp_quad_depth_test.c 437 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 87 milliseconds