Home
last modified time | relevance | path

Searched refs:colorMask (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.h88 void colorMask(bool red, bool green, bool blue, bool alpha);
DWebGLRenderingContext.cpp406 void WebGLRenderingContext::colorMask(bool red, bool green, bool blue, bool alpha) in colorMask() function in WebCore::WebGLRenderingContext
408 m_context->colorMask(red, green, blue, alpha); in colorMask()
DWebGLRenderingContext.idl488 void colorMask(in boolean red, in boolean green, in boolean blue, in boolean alpha);
/external/webkit/WebCore/platform/graphics/
DGraphicsContext3D.h444 void colorMask(bool red, bool green, bool blue, bool alpha);
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp371 void GraphicsContext3D::colorMask(bool red, bool green, bool blue, bool alpha) in colorMask() function in WebCore::GraphicsContext3D
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp1382 GL_SAME_METHOD_4(ColorMask, colorMask, bool, bool, bool, bool) in GL_SAME_METHOD_1()