Searched refs:blend_equation_rgb (Results 1 – 3 of 3) sorted by relevance
30 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()
30 GLenum blend_equation_rgb; variable
102 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()