WebGLContextAttributes 60 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp RefPtr<WebGLContextAttributes> webGLAttributes = WebGLContextAttributes::create(); WebGLContextAttributes 198 Source/core/html/HTMLCanvasElement.cpp m_context = WebGLRenderingContext::create(this, static_cast<WebGLContextAttributes*>(attrs)); WebGLContextAttributes 35 Source/core/html/canvas/WebGLContextAttributes.cpp PassRefPtr<WebGLContextAttributes> WebGLContextAttributes::create() WebGLContextAttributes 37 Source/core/html/canvas/WebGLContextAttributes.cpp return adoptRef(new WebGLContextAttributes()); WebGLContextAttributes 40 Source/core/html/canvas/WebGLContextAttributes.cpp WebGLContextAttributes::WebGLContextAttributes() WebGLContextAttributes 53 Source/core/html/canvas/WebGLContextAttributes.cpp WebGLContextAttributes::WebGLContextAttributes(const WebGLContextAttributes& attrs) WebGLContextAttributes 66 Source/core/html/canvas/WebGLContextAttributes.cpp WebGLContextAttributes::~WebGLContextAttributes() WebGLContextAttributes 70 Source/core/html/canvas/WebGLContextAttributes.cpp PassRefPtr<WebGLContextAttributes> WebGLContextAttributes::clone() const WebGLContextAttributes 72 Source/core/html/canvas/WebGLContextAttributes.cpp return adoptRef(new WebGLContextAttributes(*this)); WebGLContextAttributes 75 Source/core/html/canvas/WebGLContextAttributes.cpp bool WebGLContextAttributes::alpha() const WebGLContextAttributes 80 Source/core/html/canvas/WebGLContextAttributes.cpp void WebGLContextAttributes::setAlpha(bool alpha) WebGLContextAttributes 85 Source/core/html/canvas/WebGLContextAttributes.cpp bool WebGLContextAttributes::depth() const WebGLContextAttributes 90 Source/core/html/canvas/WebGLContextAttributes.cpp void WebGLContextAttributes::setDepth(bool depth) WebGLContextAttributes 95 Source/core/html/canvas/WebGLContextAttributes.cpp bool WebGLContextAttributes::stencil() const WebGLContextAttributes 100 Source/core/html/canvas/WebGLContextAttributes.cpp void WebGLContextAttributes::setStencil(bool stencil) WebGLContextAttributes 105 Source/core/html/canvas/WebGLContextAttributes.cpp bool WebGLContextAttributes::antialias() const WebGLContextAttributes 110 Source/core/html/canvas/WebGLContextAttributes.cpp void WebGLContextAttributes::setAntialias(bool antialias) WebGLContextAttributes 115 Source/core/html/canvas/WebGLContextAttributes.cpp bool WebGLContextAttributes::premultipliedAlpha() const WebGLContextAttributes 120 Source/core/html/canvas/WebGLContextAttributes.cpp void WebGLContextAttributes::setPremultipliedAlpha(bool premultipliedAlpha) WebGLContextAttributes 125 Source/core/html/canvas/WebGLContextAttributes.cpp bool WebGLContextAttributes::preserveDrawingBuffer() const WebGLContextAttributes 130 Source/core/html/canvas/WebGLContextAttributes.cpp void WebGLContextAttributes::setPreserveDrawingBuffer(bool preserveDrawingBuffer) WebGLContextAttributes 135 Source/core/html/canvas/WebGLContextAttributes.cpp bool WebGLContextAttributes::failIfMajorPerformanceCaveat() const WebGLContextAttributes 140 Source/core/html/canvas/WebGLContextAttributes.cpp void WebGLContextAttributes::setFailIfMajorPerformanceCaveat(bool failIfMajorPerformanceCaveat) WebGLContextAttributes 145 Source/core/html/canvas/WebGLContextAttributes.cpp blink::WebGraphicsContext3D::Attributes WebGLContextAttributes::attributes( WebGLContextAttributes 39 Source/core/html/canvas/WebGLContextAttributes.h class WebGLContextAttributes FINAL : public CanvasContextAttributes, public ScriptWrappable { WebGLContextAttributes 41 Source/core/html/canvas/WebGLContextAttributes.h virtual ~WebGLContextAttributes(); WebGLContextAttributes 44 Source/core/html/canvas/WebGLContextAttributes.h static PassRefPtr<WebGLContextAttributes> create(); WebGLContextAttributes 47 Source/core/html/canvas/WebGLContextAttributes.h PassRefPtr<WebGLContextAttributes> clone() const; WebGLContextAttributes 87 Source/core/html/canvas/WebGLContextAttributes.h WebGLContextAttributes(); WebGLContextAttributes 88 Source/core/html/canvas/WebGLContextAttributes.h WebGLContextAttributes(const WebGLContextAttributes&); WebGLContextAttributes 61 Source/core/html/canvas/WebGLRenderingContext.cpp PassOwnPtr<WebGLRenderingContext> WebGLRenderingContext::create(HTMLCanvasElement* canvas, WebGLContextAttributes* attrs) WebGLContextAttributes 79 Source/core/html/canvas/WebGLRenderingContext.cpp RefPtr<WebGLContextAttributes> defaultAttrs; WebGLContextAttributes 81 Source/core/html/canvas/WebGLRenderingContext.cpp defaultAttrs = WebGLContextAttributes::create(); WebGLContextAttributes 107 Source/core/html/canvas/WebGLRenderingContext.cpp WebGLRenderingContext::WebGLRenderingContext(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D> context, WebGLContextAttributes* requestedAttributes) WebGLContextAttributes 36 Source/core/html/canvas/WebGLRenderingContext.h static PassOwnPtr<WebGLRenderingContext> create(HTMLCanvasElement*, WebGLContextAttributes*); WebGLContextAttributes 44 Source/core/html/canvas/WebGLRenderingContext.h WebGLRenderingContext(HTMLCanvasElement*, PassOwnPtr<blink::WebGraphicsContext3D>, WebGLContextAttributes*); WebGLContextAttributes 499 Source/core/html/canvas/WebGLRenderingContextBase.cpp WebGLRenderingContextBase::WebGLRenderingContextBase(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D> context, WebGLContextAttributes* requestedAttributes) WebGLContextAttributes 759 Source/core/html/canvas/WebGLRenderingContextBase.cpp RefPtr<WebGLContextAttributes> contextAttributes = getContextAttributes(); WebGLContextAttributes 2069 Source/core/html/canvas/WebGLRenderingContextBase.cpp PassRefPtr<WebGLContextAttributes> WebGLRenderingContextBase::getContextAttributes() WebGLContextAttributes 2076 Source/core/html/canvas/WebGLRenderingContextBase.cpp RefPtr<WebGLContextAttributes> attributes = m_requestedAttributes->clone(); WebGLContextAttributes 5512 Source/core/html/canvas/WebGLRenderingContextBase.cpp RefPtr<WebGLContextAttributes> attributes = getContextAttributes(); WebGLContextAttributes 74 Source/core/html/canvas/WebGLRenderingContextBase.h class WebGLContextAttributes; WebGLContextAttributes 187 Source/core/html/canvas/WebGLRenderingContextBase.h PassRefPtr<WebGLContextAttributes> getContextAttributes(); WebGLContextAttributes 360 Source/core/html/canvas/WebGLRenderingContextBase.h WebGLRenderingContextBase(HTMLCanvasElement*, PassOwnPtr<blink::WebGraphicsContext3D>, WebGLContextAttributes*); WebGLContextAttributes 505 Source/core/html/canvas/WebGLRenderingContextBase.h RefPtr<WebGLContextAttributes> m_requestedAttributes;