Home
last modified time | relevance | path

Searched refs:WebExternalTextureLayer (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebExternalTextureLayer.h43 class WebExternalTextureLayer {
45 virtual ~WebExternalTextureLayer() { } in ~WebExternalTextureLayer()
DWebCompositorSupport.h41 class WebExternalTextureLayer; variable
71 …virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient*) { retu… in createExternalTextureLayer()
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_compositor_support_impl.cc31 using blink::WebExternalTextureLayer;
62 WebExternalTextureLayer* WebCompositorSupportImpl::createExternalTextureLayer( in createExternalTextureLayer()
Dweb_external_texture_layer_impl.h31 : public blink::WebExternalTextureLayer,
Dweb_compositor_support_impl.h28 virtual blink::WebExternalTextureLayer* createExternalTextureLayer(
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.h47 class WebExternalTextureLayer; variable
206 OwnPtr<blink::WebExternalTextureLayer> m_layer;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerBridge.h90 OwnPtr<blink::WebExternalTextureLayer> m_layer;
DCanvas2DLayerBridge.cpp41 using blink::WebExternalTextureLayer;
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestPlugin.h145 WebScopedPtr<blink::WebExternalTextureLayer> m_layer;
DTestPlugin.cpp219 …m_layer = WebScopedPtr<WebExternalTextureLayer>(Platform::current()->compositorSupport()->createEx… in initialize()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginContainerImpl.h66 class WebExternalTextureLayer; variable
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_android.h46 class WebExternalTextureLayer; variable