Home
last modified time | relevance | path

Searched refs:COLOR_BUFFER_BIT (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp156 unsigned long clearMask = GraphicsContext3D::COLOR_BUFFER_BIT; in clearFramebuffer()
286 …buffer(x, y, width, height, x, y, width, height, GraphicsContext3D::COLOR_BUFFER_BIT, GraphicsCont… in commit()
/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp266 mask |= GraphicsContext3D::COLOR_BUFFER_BIT; in initializeRenderbuffers()
DWebGLRenderingContext.cpp515 if (combinedClear && (mask & GraphicsContext3D::COLOR_BUFFER_BIT)) in clearIfComposited()
527 GC3Dbitfield clearMask = GraphicsContext3D::COLOR_BUFFER_BIT; in clearIfComposited()
957 …if (mask & ~(GraphicsContext3D::COLOR_BUFFER_BIT | GraphicsContext3D::DEPTH_BUFFER_BIT | GraphicsC… in clear()
DWebGLRenderingContext.idl39 const unsigned int COLOR_BUFFER_BIT = 0x00004000;
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerRendererChromium.cpp396 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT); in drawLayers()
426 GLC(m_context.get(), m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT)); in drawLayers()
DGLES2Canvas.cpp254 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT); in scissorClear()
779 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT); in beginShadowDraw()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h113 COLOR_BUFFER_BIT = 0x00004000, enumerator
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp525 int clearFlags = GraphicsContext3D::COLOR_BUFFER_BIT; in reshape()