Home | History | Annotate | Download | only in service

Lines Matching refs:blend_equation_alpha

42   blend_equation_alpha = GL_FUNC_ADD;
190 (blend_equation_alpha != prev_state->blend_equation_alpha))
191 glBlendEquationSeparate(blend_equation_rgb, blend_equation_alpha);
313 glBlendEquationSeparate(blend_equation_rgb, blend_equation_alpha);
413 params[0] = static_cast<GLint>(blend_equation_alpha);
754 params[0] = static_cast<GLfloat>(blend_equation_alpha);