HomeSort by relevance Sort by last modified time
    Searched refs:WebGLLayerChromium (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
WebGLLayerChromium.h 44 class WebGLLayerChromium : public CanvasLayerChromium {
46 static PassRefPtr<WebGLLayerChromium> create(GraphicsLayerChromium* owner = 0);
48 virtual ~WebGLLayerChromium();
62 explicit WebGLLayerChromium(GraphicsLayerChromium* owner);
WebGLLayerChromium.cpp 35 #include "WebGLLayerChromium.h"
42 PassRefPtr<WebGLLayerChromium> WebGLLayerChromium::create(GraphicsLayerChromium* owner)
44 return adoptRef(new WebGLLayerChromium(owner));
47 WebGLLayerChromium::WebGLLayerChromium(GraphicsLayerChromium* owner)
54 WebGLLayerChromium::~WebGLLayerChromium()
60 void WebGLLayerChromium::updateCompositorResources()
89 void WebGLLayerChromium::setTextureUpdated(
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 45 class WebGLLayerChromium;
80 WebGLLayerChromium* platformLayer() const;
290 RefPtr<WebGLLayerChromium> m_compositingLayer;
GraphicsContext3DChromium.cpp 38 #include "WebGLLayerChromium.h"
128 m_compositingLayer = WebGLLayerChromium::create(0);
156 WebGLLayerChromium* GraphicsContext3DInternal::platformLayer() const
    [all...]

Completed in 54 milliseconds