Home
last modified time | relevance | path

Searched refs:RenderDirectlyToHostWindow (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gtk/
DGraphicsContext3DGtk.cpp43 if (renderStyle == RenderDirectlyToHostWindow) in create()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.mm84 if (renderStyle == RenderDirectlyToHostWindow)
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp2388 …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()
DGraphicsContext3DChromium.cpp940 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/
DGraphicsContext3D.h444 RenderDirectlyToHostWindow enumerator
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp610 if (renderStyle == RenderDirectlyToHostWindow) in create()