Home
last modified time | relevance | path

Searched refs:ONE_MINUS_SRC_ALPHA (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.cpp292 m_context->blendFunc(GraphicsContext3D::ONE, GraphicsContext3D::ONE_MINUS_SRC_ALPHA); in applyCompositeOperator()
304 m_context->blendFunc(GraphicsContext3D::DST_ALPHA, GraphicsContext3D::ONE_MINUS_SRC_ALPHA); in applyCompositeOperator()
316 m_context->blendFunc(GraphicsContext3D::ZERO, GraphicsContext3D::ONE_MINUS_SRC_ALPHA); in applyCompositeOperator()
324 …context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::ONE_MINUS_SRC_ALPHA); in applyCompositeOperator()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCCanvasLayerImpl.cpp59 GLC(context, context->blendFunc(sfactor, GraphicsContext3D::ONE_MINUS_SRC_ALPHA)); in draw()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerRendererChromium.cpp407 …ntext.get(), m_context->blendFunc(GraphicsContext3D::ONE, GraphicsContext3D::ONE_MINUS_SRC_ALPHA)); in drawLayers()
439 …ntext.get(), m_context->blendFunc(GraphicsContext3D::ONE, GraphicsContext3D::ONE_MINUS_SRC_ALPHA)); in drawLayers()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h126 ONE_MINUS_SRC_ALPHA = 0x0303, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl66 const unsigned int ONE_MINUS_SRC_ALPHA = 0x0303;
77 /* ONE_MINUS_SRC_ALPHA */