Searched refs:getContextAttributes (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_web_graphics_context_3d.cc92 FakeWebGraphicsContext3D::getContextAttributes() { function in class:cc::FakeWebGraphicsContext3D
H A Dtest_web_graphics_context_3d.h57 virtual Attributes getContextAttributes();
H A Dfake_web_graphics_context_3d.h238 virtual Attributes getContextAttributes();
H A Dtest_web_graphics_context_3d.cc127 TestWebGraphicsContext3D::getContextAttributes() { function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.idl174 Canvas2DContextAttributes getContextAttributes();
H A DCanvasRenderingContext2D.h237 PassRefPtr<Canvas2DContextAttributes> getContextAttributes() const;
H A DWebGLRenderingContext.cpp814 RefPtr<WebGLContextAttributes> contextAttributes = getContextAttributes();
2120 PassRefPtr<WebGLContextAttributes> WebGLRenderingContext::getContextAttributes() function in class:WebCore::WebGLRenderingContext
2130 RefPtr<WebGLContextAttributes> attributes = WebGLContextAttributes::create(m_context->getContextAttributes());
2135 // The DrawingBuffer obtains its parameters from GraphicsContext3D::getContextAttributes(),
3108 if (!m_framebufferBinding && !m_context->getContextAttributes().alpha) {
5541 RefPtr<WebGLContextAttributes> attributes = getContextAttributes();
H A DWebGLRenderingContext.idl540 [StrictTypeChecking] WebGLContextAttributes getContextAttributes();
H A DWebGLRenderingContext.h176 PassRefPtr<WebGLContextAttributes> getContextAttributes();
H A DCanvasRenderingContext2D.cpp2306 PassRefPtr<Canvas2DContextAttributes> CanvasRenderingContext2D::getContextAttributes() const function in class:WebCore::CanvasRenderingContext2D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext3D.cpp379 GraphicsContext3D::Attributes GraphicsContext3D::getContextAttributes() function in class:WebCore::GraphicsContext3D
381 blink::WebGraphicsContext3D::Attributes webAttributes = m_impl->getContextAttributes();
518 paintFramebufferToCanvas(framebufferId, width, height, !getContextAttributes().premultipliedAlpha, imageBuffer);
523 if (getContextAttributes().premultipliedAlpha)
H A DGraphicsContext3D.h265 Attributes getContextAttributes();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp272 m_attributes = m_context->getContextAttributes();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMockWebGraphicsContext3D.h127 virtual Attributes getContextAttributes() { return m_attrs; } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h260 virtual Attributes getContextAttributes();
H A Dwebgraphicscontext3d_command_buffer_impl.cc767 WebGraphicsContext3DCommandBufferImpl::getContextAttributes() { function in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h271 virtual Attributes getContextAttributes() = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h201 virtual Attributes getContextAttributes();
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc642 WebGraphicsContext3DInProcessCommandBufferImpl::getContextAttributes() { function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js2627 data.originalContextAttributes = gl.getContextAttributes();
3176 if (ctx.getContextAttributes)
3177 data.originalContextAttributes = ctx.getContextAttributes();
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc441 virtual Attributes getContextAttributes() { function in class:cc::__anon4180::ForbidSynchronousCallContext
H A Drenderer_pixeltest.cc1292 ASSERT_TRUE(context3d->getContextAttributes().stencil);

Completed in 257 milliseconds