HomeSort by relevance Sort by last modified time
    Searched refs:COLOR_BUFFER_BIT (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 156 unsigned long clearMask = GraphicsContext3D::COLOR_BUFFER_BIT;
286 m_context->getExtensions()->blitFramebuffer(x, y, width, height, x, y, width, height, GraphicsContext3D::COLOR_BUFFER_BIT, GraphicsContext3D::LINEAR);
  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 266 mask |= GraphicsContext3D::COLOR_BUFFER_BIT;
WebGLRenderingContext.idl 39 const unsigned int COLOR_BUFFER_BIT = 0x00004000;
    [all...]
WebGLRenderingContext.cpp 515 if (combinedClear && (mask & GraphicsContext3D::COLOR_BUFFER_BIT))
527 GC3Dbitfield clearMask = GraphicsContext3D::COLOR_BUFFER_BIT;
957 if (mask & ~(GraphicsContext3D::COLOR_BUFFER_BIT | GraphicsContext3D::DEPTH_BUFFER_BIT | GraphicsContext3D::STENCIL_BUFFER_BIT)) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 396 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT);
426 GLC(m_context.get(), m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT));
    [all...]
GLES2Canvas.cpp 254 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT);
779 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 113 COLOR_BUFFER_BIT = 0x00004000,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 525 int clearFlags = GraphicsContext3D::COLOR_BUFFER_BIT;
    [all...]

Completed in 61 milliseconds