Home | History | Annotate | Download | only in canvas

Lines Matching defs:blendEquationSeparate

1171 void WebGLRenderingContext::blendEquationSeparate(GC3Denum modeRGB, GC3Denum modeAlpha)
1173 if (isContextLost() || !validateBlendEquation("blendEquationSeparate", modeRGB) || !validateBlendEquation("blendEquationSeparate", modeAlpha))
1175 m_context->blendEquationSeparate(modeRGB, modeAlpha);