Home | History | Annotate | Download | only in canvas

Lines Matching defs:blendColor

1196 void WebGLRenderingContextBase::blendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
1200 webContext()->blendColor(red, green, blue, alpha);