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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp1166 if (isContextLost() || !validateBlendEquation("blendEquation", mode))
1173 if (isContextLost() || !validateBlendEquation("blendEquationSeparate", modeRGB) || !validateBlendEquation("blendEquationSeparate", modeAlpha))
4937 bool WebGLRenderingContext::validateBlendEquation(const char* functionName, GC3Denum mode) function in class:WebCore::WebGLRenderingContext

Completed in 60 milliseconds