OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apply_stencil_op
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_stencil.c
127
apply_stencil_op
(const struct gl_context *ctx, GLenum oper, GLuint face,
function
169
_mesa_problem(ctx, "Bad stencil op in
apply_stencil_op
");
262
apply_stencil_op
(ctx, ctx->Stencil.FailFunc[face], face, n, stencil,
400
apply_stencil_op
(ctx, ctx->Stencil.ZPassFunc[face], face, count,
422
apply_stencil_op
(ctx, ctx->Stencil.ZFailFunc[face], face,
426
apply_stencil_op
(ctx, ctx->Stencil.ZPassFunc[face], face,
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c
424
apply_stencil_op
(struct depth_data *data,
function
643
apply_stencil_op
(data, failMask, failOp, ref, wrtMask);
657
apply_stencil_op
(data, zFailMask, zFailOp, ref, wrtMask);
662
apply_stencil_op
(data, zPassMask, zPassOp, ref, wrtMask);
667
apply_stencil_op
(data, quad->inout.mask, zPassOp, ref, wrtMask);
Completed in 63 milliseconds