Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h142 CONSTANT_COLOR = 0x8001, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl96 const unsigned int CONSTANT_COLOR = 0x8001;
DWebGLRenderingContext.cpp4500 …if (((src == GraphicsContext3D::CONSTANT_COLOR || src == GraphicsContext3D::ONE_MINUS_CONSTANT_COL… in validateBlendFuncFactors()
4502 …|| ((dst == GraphicsContext3D::CONSTANT_COLOR || dst == GraphicsContext3D::ONE_MINUS_CONSTANT_COLO… in validateBlendFuncFactors()