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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1141 if (isContextLost() || !validateBlendEquation("blendEquation", mode))
1148 if (isContextLost() || !validateBlendEquation("blendEquationSeparate", modeRGB) || !validateBlendEquation("blendEquationSeparate", modeAlpha))
5100 bool WebGLRenderingContextBase::validateBlendEquation(const char* functionName, GLenum mode) function in class:WebCore::__anon10393::WebGLRenderingContextBase
H A DWebGLRenderingContextBase.h798 bool validateBlendEquation(const char* functionName, GLenum);

Completed in 68 milliseconds