Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/service/
Dcontext_state_impl_autogen.h73 stencil_front_fail_op = GL_KEEP; in Initialize()
132 GL_FRONT, stencil_front_fail_op, stencil_front_z_fail_op, in InitState()
388 params[0] = static_cast<GLint>(stencil_front_fail_op); in GetStateAsGLint()
712 params[0] = static_cast<GLfloat>(stencil_front_fail_op); in GetStateAsGLfloat()
Dcontext_state_autogen.h73 GLenum stencil_front_fail_op; variable
Dgles2_cmd_decoder_autogen.h1688 if (state_.stencil_front_fail_op != fail || in HandleStencilOp()
1694 state_.stencil_front_fail_op = fail; in HandleStencilOp()
1729 changed |= state_.stencil_front_fail_op != fail || in HandleStencilOpSeparate()
1740 state_.stencil_front_fail_op = fail; in HandleStencilOpSeparate()