Searched refs:COLOR_BUFFER_BIT (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 156 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/ |
D | WebGLFramebuffer.cpp | 266 mask |= GraphicsContext3D::COLOR_BUFFER_BIT; in initializeRenderbuffers()
|
D | WebGLRenderingContext.cpp | 515 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()
|
D | WebGLRenderingContext.idl | 39 const unsigned int COLOR_BUFFER_BIT = 0x00004000;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerRendererChromium.cpp | 396 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT); in drawLayers() 426 GLC(m_context.get(), m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT)); in drawLayers()
|
D | GLES2Canvas.cpp | 254 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/ |
D | GraphicsContext3D.h | 113 COLOR_BUFFER_BIT = 0x00004000, enumerator
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 525 int clearFlags = GraphicsContext3D::COLOR_BUFFER_BIT; in reshape()
|