Home
last modified time | relevance | path

Searched defs:colorMask (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp292 GC3Dboolean colorMask[] = {0, 0, 0, 0}, depthMask = 0; in initializeRenderbuffers() local
DWebGLRenderingContext.cpp1008 void WebGLRenderingContext::colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboo… in colorMask() function in WebCore::WebGLRenderingContext
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp265 GLboolean colorMask[] = {GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE}, depthMask = GL_TRUE; in reshape() local
483 void GraphicsContext3D::colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean… in colorMask() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp818 void GraphicsContext3D::colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean… in colorMask() function in WebCore::GraphicsContext3D