/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLFramebuffer.cpp | 292 GC3Dboolean colorMask[] = {0, 0, 0, 0}, depthMask = 0; in initializeRenderbuffers() local 298 g3d->getBooleanv(GraphicsContext3D::COLOR_WRITEMASK, colorMask); in initializeRenderbuffers() 300 g3d->colorMask(true, true, true, true); in initializeRenderbuffers() 323 g3d->colorMask(colorMask[0], colorMask[1], colorMask[2], colorMask[3]); in initializeRenderbuffers()
|
D | WebGLRenderingContext.h | 98 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
|
D | WebGLRenderingContext.cpp | 522 m_context->colorMask(true, true, true, true); in clearIfComposited() 539 m_context->colorMask(m_colorMask[0], m_colorMask[1], in clearIfComposited() 1008 void WebGLRenderingContext::colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboo… in colorMask() function in WebCore::WebGLRenderingContext 1016 m_context->colorMask(red, green, blue, alpha); in colorMask()
|
D | WebGLRenderingContext.idl | 476 …[StrictTypeChecking] void colorMask(in boolean red, in boolean green, in boolean blue, in …
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 265 GLboolean colorMask[] = {GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE}, depthMask = GL_TRUE; in reshape() local 272 ::glGetBooleanv(GL_COLOR_WRITEMASK, colorMask); in reshape() 296 ::glColorMask(colorMask[0], colorMask[1], colorMask[2], colorMask[3]); in reshape() 483 void GraphicsContext3D::colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean… in colorMask() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerRendererChromium.cpp | 395 m_context->colorMask(true, true, true, true); in drawLayers() 399 m_context->colorMask(true, true, true, false); in drawLayers() 404 m_context->colorMask(true, true, true, true); in drawLayers()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DInternal.h | 112 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
|
D | GraphicsContext3DChromium.cpp | 463 DELEGATE_TO_IMPL_4(colorMask, GC3Dboolean, GC3Dboolean, GC3Dboolean, GC3Dboolean) in DELEGATE_TO_IMPL_1R() 999 DELEGATE_TO_INTERNAL_4(colorMask, GC3Dboolean, GC3Dboolean, GC3Dboolean, GC3Dboolean) in DELEGATE_TO_INTERNAL_2()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebGraphicsContext3D.h | 201 …virtual void colorMask(WGC3Dboolean red, WGC3Dboolean green, WGC3Dboolean blue, WGC3Dboolean alpha…
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 635 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 818 void GraphicsContext3D::colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean… in colorMask() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 27098 (WebCore::WebGLRenderingContext::colorMask): 31218 (WebCore::GraphicsContext3D::colorMask): 31353 (WebCore::GraphicsContext3D::colorMask):
|
D | ChangeLog-2010-12-06 | 18771 (WebCore::WebGLRenderingContext::colorMask): 57226 (WebCore::GraphicsContext3D::colorMask): 61690 (WebCore::GraphicsContext3D::colorMask): 61864 (WebCore::GraphicsContext3D::colorMask):
|
D | ChangeLog-2010-05-24 | 43449 (WebCore::GraphicsContext3D::colorMask):
|
D | ChangeLog | 39807 (WebCore::WebGLRenderingContext::colorMask):
|