Searched refs:WebExternalTextureLayerImpl (Results 1 – 3 of 3) sorted by relevance
24 WebExternalTextureLayerImpl::WebExternalTextureLayerImpl( in WebExternalTextureLayerImpl() function in webkit::WebExternalTextureLayerImpl33 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 …]
30 class WebExternalTextureLayerImpl33 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);
64 return new WebExternalTextureLayerImpl(client); in createExternalTextureLayer()