Home
last modified time | relevance | path

Searched refs:BlendEquationSeparateI (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox/firefox-99.0/dom/canvas/
H A DClientWebGLExtensions.h397 mContext->BlendEquationSeparateI(Some(buf), modeRgb, modeAlpha); in BlendEquationSeparateiOES()
H A DClientWebGLContext.h1260 BlendEquationSeparateI({}, modeRGB, modeAlpha); in BlendEquationSeparate()
1267 void BlendEquationSeparateI(Maybe<GLuint> buf, GLenum modeRGB,
H A DClientWebGLContext.cpp2662 void ClientWebGLContext::BlendEquationSeparateI(Maybe<GLuint> i, GLenum modeRGB, in BlendEquationSeparateI() function in mozilla::ClientWebGLContext