Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/service/
Dcontext_state_impl_autogen.h30 blend_equation_rgb = GL_FUNC_ADD; in Initialize()
101 glBlendEquationSeparate(blend_equation_rgb, blend_equation_alpha); in InitState()
180 params[0] = static_cast<GLint>(blend_equation_rgb); in GetStateAsGLint()
504 params[0] = static_cast<GLfloat>(blend_equation_rgb); in GetStateAsGLfloat()
Dcontext_state_autogen.h30 GLenum blend_equation_rgb; variable
Dgles2_cmd_decoder_autogen.h102 if (state_.blend_equation_rgb != mode || in HandleBlendEquation()
104 state_.blend_equation_rgb = mode; in HandleBlendEquation()
125 if (state_.blend_equation_rgb != modeRGB || in HandleBlendEquationSeparate()
127 state_.blend_equation_rgb = modeRGB; in HandleBlendEquationSeparate()