Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.cpp296 m_context->blendFunc(GraphicsContext3D::DST_ALPHA, GraphicsContext3D::ZERO); in applyCompositeOperator()
304 m_context->blendFunc(GraphicsContext3D::DST_ALPHA, GraphicsContext3D::ONE_MINUS_SRC_ALPHA); in applyCompositeOperator()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h127 DST_ALPHA = 0x0304, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl67 const unsigned int DST_ALPHA = 0x0304;
78 /* DST_ALPHA */