Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h138 BLEND_DST_RGB = 0x80C8, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl92 const unsigned int BLEND_DST_RGB = 0x80C8;
DWebGLRenderingContext.cpp2048 case GraphicsContext3D::BLEND_DST_RGB: in getParameter()