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

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp555 void GLContext::blendEquation (deUint32 mode) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h76 virtual void blendEquation(WGC3Denum mode) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1203 void WebGLRenderingContextBase::blendEquation(GLenum mode) function in class:blink::__anon11092::WebGLRenderingContextBase
1205 if (isContextLost() || !validateBlendEquation("blendEquation", mode))
1207 webContext()->blendEquation(mode);

Completed in 1606 milliseconds