Home | History | Annotate | Download | only in canvas

Lines Matching defs:blendEquationSeparate

1146 void WebGLRenderingContextBase::blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
1148 if (isContextLost() || !validateBlendEquation("blendEquationSeparate", modeRGB) || !validateBlendEquation("blendEquationSeparate", modeAlpha))
1150 webContext()->blendEquationSeparate(modeRGB, modeAlpha);