stencil 69 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp v8::Handle<v8::String> stencil = v8AtomicString(isolate, "stencil"); stencil 70 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp if (jsAttributes->Has(stencil)) stencil 71 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp webGLAttributes->setStencil(jsAttributes->Get(stencil)->BooleanValue()); stencil 100 Source/core/html/canvas/WebGLContextAttributes.cpp void WebGLContextAttributes::setStencil(bool stencil) stencil 102 Source/core/html/canvas/WebGLContextAttributes.cpp m_stencil = stencil; stencil 152 Source/core/html/canvas/WebGLContextAttributes.cpp attrs.stencil = m_stencil; stencil 58 Source/core/html/canvas/WebGLContextAttributes.h bool stencil() const; stencil 780 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (contextAttributes->stencil()) { stencil 2081 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (m_requestedAttributes->stencil() && !attrs.stencil) stencil 2347 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!m_framebufferBinding && !m_requestedAttributes->stencil()) stencil 5513 Source/core/html/canvas/WebGLRenderingContextBase.cpp haveStencilBuffer = attributes->stencil(); stencil 609 Source/platform/graphics/gpu/DrawingBuffer.cpp if (m_attributes.depth && m_attributes.stencil && m_packedDepthStencilExtensionSupported) { stencil 634 Source/platform/graphics/gpu/DrawingBuffer.cpp if (m_attributes.stencil) { stencil 769 Source/platform/graphics/gpu/DrawingBuffer.cpp if (m_attributes.stencil) { stencil 87 public/platform/WebGraphicsContext3D.h , stencil(true) stencil 101 public/platform/WebGraphicsContext3D.h bool stencil;