Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h140 BLEND_DST_ALPHA = 0x80CA, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl94 const unsigned int BLEND_DST_ALPHA = 0x80CA;
DWebGLRenderingContext.cpp2046 case GraphicsContext3D::BLEND_DST_ALPHA: in getParameter()