Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h135 BLEND_EQUATION_ALPHA = 0x883D, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl85 const unsigned int BLEND_EQUATION_ALPHA = 0x883D;
DWebGLRenderingContext.cpp2050 case GraphicsContext3D::BLEND_EQUATION_ALPHA: in getParameter()