Searched defs:blendEquationSeparate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_web_graphics_context_3d.h102 virtual void blendEquationSeparate( function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMockWebGraphicsContext3D.h79 virtual void blendEquationSeparate(WGC3Denum modeRGB, WGC3Denum modeAlpha) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp1192 void WebGLRenderingContext::blendEquationSeparate(GC3Denum modeRGB, GC3Denum modeAlpha) function in class:WebCore::WebGLRenderingContext
1194 if (isContextLost() || !validateBlendEquation("blendEquationSeparate", modeRGB) || !validateBlendEquation("blendEquationSeparate", modeAlpha))
1196 m_context->blendEquationSeparate(modeRGB, modeAlpha);

Completed in 76 milliseconds