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

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h142 CONSTANT_COLOR = 0x8001, enumerator in enum:WebCore::GraphicsContext3D::__anon15874
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.idl96 const unsigned int CONSTANT_COLOR = 0x8001;
H A DWebGLRenderingContext.cpp4500 if (((src == GraphicsContext3D::CONSTANT_COLOR || src == GraphicsContext3D::ONE_MINUS_CONSTANT_COLOR)
4502 || ((dst == GraphicsContext3D::CONSTANT_COLOR || dst == GraphicsContext3D::ONE_MINUS_CONSTANT_COLOR)

Completed in 74 milliseconds