Searched defs:getContextAttributes (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.cc89 TestWebGraphicsContext3D::getContextAttributes() { function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc106 FakeWebGraphicsContext3D::getContextAttributes() { function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc171 TestWebGraphicsContext3D::getContextAttributes() { function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.cpp455 GraphicsContext3D::Attributes GraphicsContext3D::getContextAttributes() function in class:WebCore::GraphicsContext3D
457 WebKit::WebGraphicsContext3D::Attributes webAttributes = m_impl->getContextAttributes();
602 paintFramebufferToCanvas(framebufferId, width, height, !getContextAttributes().premultipliedAlpha, imageBuffer);
607 if (getContextAttributes().premultipliedAlpha)
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc522 virtual Attributes getContextAttributes() { function in class:cc::__anon4092::ForbidSynchronousCallContext
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc911 WebGraphicsContext3DCommandBufferImpl::getContextAttributes() { function in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc662 WebGraphicsContext3DInProcessCommandBufferImpl::getContextAttributes() { function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp2338 PassRefPtr<Canvas2DContextAttributes> CanvasRenderingContext2D::getContextAttributes() const function in class:WebCore::CanvasRenderingContext2D
H A DWebGLRenderingContext.cpp808 RefPtr<WebGLContextAttributes> contextAttributes = getContextAttributes();
2076 PassRefPtr<WebGLContextAttributes> WebGLRenderingContext::getContextAttributes() function in class:WebCore::WebGLRenderingContext
2086 RefPtr<WebGLContextAttributes> attributes = WebGLContextAttributes::create(m_context->getContextAttributes());
2091 // The DrawingBuffer obtains its parameters from GraphicsContext3D::getContextAttributes(),
3058 if (!m_framebufferBinding && !m_context->getContextAttributes().alpha) {
5458 RefPtr<WebGLContextAttributes> attributes = getContextAttributes();
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h133 virtual Attributes getContextAttributes() { return m_attrs; } function in class:WebKit::FakeWebGraphicsContext3D

Completed in 323 milliseconds