HomeSort by relevance Sort by last modified time
    Searched full:stencil_op (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_autogen.h 53 ValueValidator<GLenum> stencil_op; variable
gles2_cmd_validation_implementation_autogen.h 624 stencil_op(
gles2_cmd_decoder_autogen.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 79 enum stencil_op { enum
176 enum stencil_op op,
185 unsigned stencil_op; local
191 stencil_op = stencil->fail_op;
194 stencil_op = stencil->zfail_op;
197 stencil_op = stencil->zpass_op;
200 assert(0 && "Invalid stencil_op mode");
201 stencil_op = PIPE_STENCIL_OP_KEEP;
204 switch (stencil_op) {
250 enum stencil_op op
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 79 enum stencil_op { enum
176 enum stencil_op op,
185 unsigned stencil_op; local
191 stencil_op = stencil->fail_op;
194 stencil_op = stencil->zfail_op;
197 stencil_op = stencil->zpass_op;
200 assert(0 && "Invalid stencil_op mode");
201 stencil_op = PIPE_STENCIL_OP_KEEP;
204 switch (stencil_op) {
250 enum stencil_op op
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c 96 #define STENCIL_OP(NEW_VAL) \
142 STENCIL_OP(0);
146 STENCIL_OP(ref);
150 STENCIL_OP(clamp(s + 1));
154 STENCIL_OP(clamp(s - 1));
158 STENCIL_OP(s + 1);
162 STENCIL_OP(s - 1);
166 STENCIL_OP(~s);
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 96 #define STENCIL_OP(NEW_VAL) \
142 STENCIL_OP(0);
146 STENCIL_OP(ref);
150 STENCIL_OP(clamp(s + 1));
154 STENCIL_OP(clamp(s - 1));
158 STENCIL_OP(s + 1);
162 STENCIL_OP(s - 1);
166 STENCIL_OP(~s);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump_defines.c 256 DEFINE_UTIL_DUMP_CONTINUOUS(stencil_op)
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 256 DEFINE_UTIL_DUMP_CONTINUOUS(stencil_op)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 374 context_dirty(ctx, STENCIL_OP);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 374 context_dirty(ctx, STENCIL_OP);

Completed in 512 milliseconds