Searched refs:blendEquation (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp175 glBlendEquationType blendEquation; member in class:WebCore::GraphicsContext3DInternal
339 blendEquation = GET_PROC_ADDRESS(glBlendEquation);
742 void GraphicsContext3D::blendEquation(GC3Denum mode) function in class:WebCore::GraphicsContext3D
745 m_internal->blendEquation(mode);
/external/webkit/Source/WebKit/chromium/public/
H A DWebGraphicsContext3D.h188 virtual void blendEquation(WGC3Denum mode) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DInternal.h98 void blendEquation(GC3Denum mode);
H A DGraphicsContext3DChromium.cpp438 DELEGATE_TO_IMPL_1(blendEquation, GC3Denum)
985 DELEGATE_TO_INTERNAL_1(blendEquation, GC3Denum)
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h82 void blendEquation(GC3Denum mode);
H A DWebGLRenderingContext.idl461 [StrictTypeChecking] void blendEquation( in unsigned long mode );
H A DWebGLRenderingContext.cpp784 void WebGLRenderingContext::blendEquation(GC3Denum mode) function in class:WebCore::__anon13216::WebGLRenderingContext
788 m_context->blendEquation(mode);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h621 void blendEquation(GC3Denum mode);
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp410 void GraphicsContext3D::blendEquation(GC3Denum mode) function in class:WebCore::GraphicsContext3D

Completed in 93 milliseconds