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

  /external/chromium_org/content/test/data/gpu/functional_files/
context.js 30 gl_context.clear(gl_context.COLOR_BUFFER_BIT |
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
FECustomFilter.cpp 147 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT | GraphicsContext3D::DEPTH_BUFFER_BIT);
258 m_context->getExtensions()->blitFramebuffer(0, 0, m_contextSize.width(), m_contextSize.height(), 0, 0, m_contextSize.width(), m_contextSize.height(), GraphicsContext3D::COLOR_BUFFER_BIT, GraphicsContext3D::NEAREST);
351 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 537 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT);
556 m_context->clear(GraphicsContext3D::COLOR_BUFFER_BIT);
673 GC3Dbitfield clearMask = GraphicsContext3D::COLOR_BUFFER_BIT;
708 m_context->getExtensions()->blitFramebuffer(x, y, width, height, x, y, width, height, GraphicsContext3D::COLOR_BUFFER_BIT, GraphicsContext3D::NEAREST);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 80 COLOR_BUFFER_BIT = 0x00004000,
    [all...]
GraphicsContext3D.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 48 const GLenum COLOR_BUFFER_BIT = 0x00004000;
    [all...]
WebGLRenderingContext.cpp 814 if (combinedClear && (mask & GraphicsContext3D::COLOR_BUFFER_BIT))
822 GC3Dbitfield clearMask = GraphicsContext3D::COLOR_BUFFER_BIT;
    [all...]

Completed in 273 milliseconds