Home
last modified time | relevance | path

Searched refs:WebExternalTextureLayerImpl (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_external_texture_layer_impl.cc24 WebExternalTextureLayerImpl::WebExternalTextureLayerImpl( in WebExternalTextureLayerImpl() function in webkit::WebExternalTextureLayerImpl
33 WebExternalTextureLayerImpl::~WebExternalTextureLayerImpl() { in ~WebExternalTextureLayerImpl()
37 blink::WebLayer* WebExternalTextureLayerImpl::layer() { return layer_.get(); } in layer()
39 void WebExternalTextureLayerImpl::clearTexture() { in clearTexture()
46 void WebExternalTextureLayerImpl::setOpaque(bool opaque) { in setOpaque()
50 void WebExternalTextureLayerImpl::setPremultipliedAlpha( in setPremultipliedAlpha()
56 void WebExternalTextureLayerImpl::setBlendBackgroundColor(bool blend) { in setBlendBackgroundColor()
60 void WebExternalTextureLayerImpl::setRateLimitContext(bool rate_limit) { in setRateLimitContext()
64 unsigned WebExternalTextureLayerImpl::PrepareTexture() { in PrepareTexture()
69 bool WebExternalTextureLayerImpl::PrepareTextureMailbox( in PrepareTextureMailbox()
[all …]
Dweb_external_texture_layer_impl.h30 class WebExternalTextureLayerImpl
33 public base::SupportsWeakPtr<WebExternalTextureLayerImpl> {
35 WEBKIT_COMPOSITOR_BINDINGS_EXPORT explicit WebExternalTextureLayerImpl(
37 virtual ~WebExternalTextureLayerImpl();
56 base::WeakPtr<WebExternalTextureLayerImpl> layer,
68 DISALLOW_COPY_AND_ASSIGN(WebExternalTextureLayerImpl);
Dweb_compositor_support_impl.cc64 return new WebExternalTextureLayerImpl(client); in createExternalTextureLayer()