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

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp565 void GLContext::blendFunc (deUint32 src, deUint32 dst) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h78 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1218 void WebGLRenderingContextBase::blendFunc(GLenum sfactor, GLenum dfactor) function in class:blink::__anon11092::WebGLRenderingContextBase
1220 if (isContextLost() || !validateBlendFuncFactors("blendFunc", sfactor, dfactor))
1222 webContext()->blendFunc(sfactor, dfactor);

Completed in 440 milliseconds