Searched refs:stencil_front_fail_op (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h123 stencil_front_fail_op = GL_KEEP;
289 if ((stencil_front_fail_op != prev_state->stencil_front_fail_op) ||
293 stencil_front_fail_op,
355 stencil_front_fail_op,
631 params[0] = static_cast<GLint>(stencil_front_fail_op);
968 params[0] = static_cast<GLfloat>(stencil_front_fail_op);
H A Dcontext_state_autogen.h93 GLenum stencil_front_fail_op; variable
H A Dgles2_cmd_decoder_autogen.h1795 if (state_.stencil_front_fail_op != fail ||
1801 state_.stencil_front_fail_op = fail;
1840 changed |= state_.stencil_front_fail_op != fail ||
1851 state_.stencil_front_fail_op = fail;

Completed in 3152 milliseconds