Searched defs:stencil_op (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp100 void stencil_op (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
388 {stencil_op, "stencil_op", "Invalid glStencilOp() usage" },
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_autogen.h55 ValueValidator<GLenum> stencil_op; variable
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c79 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 o
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c79 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 o
[all...]

Completed in 1723 milliseconds