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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp     [all...]
GraphicsContext3D.h 79 STENCIL_BUFFER_BIT = 0x00000400,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 681 clearMask |= GraphicsContext3D::STENCIL_BUFFER_BIT;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 47 const GLenum STENCIL_BUFFER_BIT = 0x00000400;
    [all...]
WebGLRenderingContext.cpp 830 if (combinedClear && (mask & GraphicsContext3D::STENCIL_BUFFER_BIT))
834 clearMask |= GraphicsContext3D::STENCIL_BUFFER_BIT;
    [all...]

Completed in 181 milliseconds