Home
last modified time | relevance | path

Searched refs:WebExternalTextureLayerClient (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebExternalTextureLayerClient.h38 class BLINK_PLATFORM_EXPORT WebExternalTextureLayerClient {
52 virtual ~WebExternalTextureLayerClient() { } in ~WebExternalTextureLayerClient()
DWebCompositorSupport.h42 class WebExternalTextureLayerClient; variable
71 …virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient*) { retu… in createExternalTextureLayer() argument
DWebExternalTextureLayer.h35 class WebExternalTextureLayerClient; variable
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_external_texture_layer_impl.h36 blink::WebExternalTextureLayerClient*);
64 blink::WebExternalTextureLayerClient* client_;
Dweb_compositor_support_impl.cc32 using blink::WebExternalTextureLayerClient;
63 WebExternalTextureLayerClient* client) { in createExternalTextureLayer()
Dweb_compositor_support_impl.h29 blink::WebExternalTextureLayerClient* client);
Dweb_external_texture_layer_impl.cc25 blink::WebExternalTextureLayerClient* client) in WebExternalTextureLayerImpl()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerBridge.h51 class PLATFORM_EXPORT Canvas2DLayerBridge : public blink::WebExternalTextureLayerClient, public SkD…
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestPlugin.h54 class TestPlugin : public blink::WebPlugin, public blink::WebExternalTextureLayerClient, public bli…
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.h67 …RT DrawingBuffer : public RefCounted<DrawingBuffer>, public blink::WebExternalTextureLayerClient {