Searched refs:ONE_MINUS_SRC_ALPHA (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | SharedGraphicsContext3D.cpp | 292 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/ |
D | CCCanvasLayerImpl.cpp | 59 GLC(context, context->blendFunc(sfactor, GraphicsContext3D::ONE_MINUS_SRC_ALPHA)); in draw()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerRendererChromium.cpp | 407 …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/ |
D | GraphicsContext3D.h | 126 ONE_MINUS_SRC_ALPHA = 0x0303, enumerator
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLRenderingContext.idl | 66 const unsigned int ONE_MINUS_SRC_ALPHA = 0x0303; 77 /* ONE_MINUS_SRC_ALPHA */
|