Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h134 BLEND_EQUATION_RGB = 0x8009, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl84 const unsigned int BLEND_EQUATION_RGB = 0x8009; /* same as BLEND_EQUATION */
DWebGLRenderingContext.cpp2052 case GraphicsContext3D::BLEND_EQUATION_RGB: in getParameter()