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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h113 stencil_front_func = GL_ALWAYS;
273 if ((stencil_front_func != prev_state->stencil_front_func) ||
277 GL_FRONT, stencil_front_func, stencil_front_ref, stencil_front_mask);
349 GL_FRONT, stencil_front_func, stencil_front_ref, stencil_front_mask);
583 params[0] = static_cast<GLint>(stencil_front_func);
920 params[0] = static_cast<GLfloat>(stencil_front_func);
H A Dcontext_state_autogen.h83 GLenum stencil_front_func; variable
H A Dgles2_cmd_decoder_autogen.h1670 if (state_.stencil_front_func != func || state_.stencil_front_ref != ref ||
1673 state_.stencil_front_func = func;
1704 changed |= state_.stencil_front_func != func ||
1715 state_.stencil_front_func = func;

Completed in 1369 milliseconds