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

  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 102 void stencil_op (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
482 {stencil_op, "stencil_op", "Invalid glStencilOp() usage" },
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 72 enum stencil_op { enum
169 enum stencil_op op,
178 unsigned stencil_op; local
184 stencil_op = stencil->fail_op;
187 stencil_op = stencil->zfail_op;
190 stencil_op = stencil->zpass_op;
193 assert(0 && "Invalid stencil_op mode");
194 stencil_op = PIPE_STENCIL_OP_KEEP;
197 switch (stencil_op) {
243 enum stencil_op op
    [all...]

Completed in 249 milliseconds