Home
last modified time | relevance | path

Searched refs:ONE_MINUS_DST_ALPHA (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.cpp300 m_context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::ZERO); in applyCompositeOperator()
308 m_context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::ONE); in applyCompositeOperator()
320 m_context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::SRC_ALPHA); in applyCompositeOperator()
324 …m_context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::ONE_MINUS_SRC_ALPH… in applyCompositeOperator()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h128 ONE_MINUS_DST_ALPHA = 0x0305, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl68 const unsigned int ONE_MINUS_DST_ALPHA = 0x0305;
79 /* ONE_MINUS_DST_ALPHA */