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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h157 Color blendColor; member in struct:gl::State
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp404 void GraphicsContext3D::blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp776 void WebGLRenderingContext::blendColor(GC3Dfloat red, GC3Dfloat green, GC3Dfloat blue, GC3Dfloat alpha) function in class:WebCore::__anon15804::WebGLRenderingContext
780 m_context->blendColor(red, green, blue, alpha);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp174 glBlendColorType blendColor; member in class:WebCore::GraphicsContext3DInternal
338 blendColor = GET_PROC_ADDRESS(glBlendColor);
736 void GraphicsContext3D::blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha) function in class:WebCore::GraphicsContext3D
739 m_internal->blendColor(red, green, blue, alpha);

Completed in 141 milliseconds