Home
last modified time | relevance | path

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

/external/chromium_org/cc/blink/
Dweb_external_texture_layer_impl.cc25 WebExternalTextureLayerImpl::WebExternalTextureLayerImpl( in WebExternalTextureLayerImpl() function in cc_blink::WebExternalTextureLayerImpl
34 WebExternalTextureLayerImpl::~WebExternalTextureLayerImpl() { in ~WebExternalTextureLayerImpl()
38 blink::WebLayer* WebExternalTextureLayerImpl::layer() { in layer()
42 void WebExternalTextureLayerImpl::clearTexture() { in clearTexture()
47 void WebExternalTextureLayerImpl::setOpaque(bool opaque) { in setOpaque()
51 void WebExternalTextureLayerImpl::setPremultipliedAlpha( in setPremultipliedAlpha()
57 void WebExternalTextureLayerImpl::setBlendBackgroundColor(bool blend) { in setBlendBackgroundColor()
61 void WebExternalTextureLayerImpl::setRateLimitContext(bool rate_limit) { in setRateLimitContext()
65 bool WebExternalTextureLayerImpl::PrepareTextureMailbox( in PrepareTextureMailbox()
91 base::Bind(&WebExternalTextureLayerImpl::DidReleaseMailbox, in PrepareTextureMailbox()
[all …]
Dweb_external_texture_layer_impl.h30 class WebExternalTextureLayerImpl
33 public base::SupportsWeakPtr<WebExternalTextureLayerImpl> {
35 CC_BLINK_EXPORT explicit WebExternalTextureLayerImpl(
37 virtual ~WebExternalTextureLayerImpl();
55 base::WeakPtr<WebExternalTextureLayerImpl> layer,
67 DISALLOW_COPY_AND_ASSIGN(WebExternalTextureLayerImpl);
Dweb_compositor_support_impl.cc65 return new WebExternalTextureLayerImpl(client); in createExternalTextureLayer()