Searched refs:requestedAttributes (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp112 WebGLRenderingContext::WebGLRenderingContext(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D> context, WebGLContextAttributes* requestedAttributes) argument
113 : WebGLRenderingContextBase(passedCanvas, context, requestedAttributes)
H A DWebGLRenderingContextBase.cpp553 WebGLRenderingContextBase::WebGLRenderingContextBase(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D> context, WebGLContextAttributes* requestedAttributes) argument
562 , m_requestedAttributes(requestedAttributes->clone())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.h98 static PassRefPtr<DrawingBuffer> create(PassOwnPtr<WebGraphicsContext3D>, const IntSize&, PreserveDrawingBuffer, WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager>);
173 WebGraphicsContext3D::Attributes requestedAttributes,
H A DDrawingBufferTest.cpp627 WebGraphicsContext3D::Attributes requestedAttributes; local
628 requestedAttributes.stencil = cases[i].requestStencil;
629 requestedAttributes.depth = cases[i].requestDepth;
630 RefPtr<DrawingBuffer> drawingBuffer = DrawingBuffer::create(context.release(), IntSize(10, 10), preserve, requestedAttributes, contextEvictionManager);
H A DDrawingBuffer.cpp88 PassRefPtr<DrawingBuffer> DrawingBuffer::create(PassOwnPtr<WebGraphicsContext3D> context, const IntSize& size, PreserveDrawingBuffer preserve, WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
106 RefPtr<DrawingBuffer> drawingBuffer = adoptRef(new DrawingBuffer(context, extensionsUtil.release(), multisampleSupported, packedDepthStencilSupported, preserve, requestedAttributes, contextEvictionManager));
119 WebGraphicsContext3D::Attributes requestedAttributes,
129 , m_requestedAttributes(requestedAttributes)
114 DrawingBuffer(PassOwnPtr<WebGraphicsContext3D> context, PassOwnPtr<Extensions3DUtil> extensionsUtil, bool multisampleExtensionSupported, bool packedDepthStencilExtensionSupported, PreserveDrawingBuffer preserve, WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument

Completed in 1619 milliseconds