Searched refs:RenderDirectlyToHostWindow (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | GraphicsContext3DGtk.cpp | 43 if (renderStyle == RenderDirectlyToHostWindow) in create()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.mm | 84 if (renderStyle == RenderDirectlyToHostWindow)
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 2388 …getCompositorContextAttributes(), m_page->chrome(), GraphicsContext3D::RenderDirectlyToHostWindow); in setIsAcceleratedCompositingActive() 2436 …getCompositorContextAttributes(), m_page->chrome(), GraphicsContext3D::RenderDirectlyToHostWindow); in reallocateRenderer() 2488 …getCompositorContextAttributes(), m_page->chrome(), GraphicsContext3D::RenderDirectlyToHostWindow); in graphicsContext3D()
|
D | GraphicsContext3DChromium.cpp | 940 if (!internal->initialize(attrs, hostWindow, renderStyle == RenderDirectlyToHostWindow)) { in create() 943 …lt = adoptRef(new GraphicsContext3D(attrs, hostWindow, renderStyle == RenderDirectlyToHostWindow)); in create()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 444 RenderDirectlyToHostWindow enumerator
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 610 if (renderStyle == RenderDirectlyToHostWindow) in create()
|