Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h143 ONE_MINUS_CONSTANT_COLOR = 0x8002, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl97 const unsigned int ONE_MINUS_CONSTANT_COLOR = 0x8002;
DWebGLRenderingContext.cpp4500 … (((src == GraphicsContext3D::CONSTANT_COLOR || src == GraphicsContext3D::ONE_MINUS_CONSTANT_COLOR) in validateBlendFuncFactors()
4502 …| ((dst == GraphicsContext3D::CONSTANT_COLOR || dst == GraphicsContext3D::ONE_MINUS_CONSTANT_COLOR) in validateBlendFuncFactors()