Searched refs:WebExternalTextureLayerImpl (Results 1 – 3 of 3) sorted by relevance
25 WebExternalTextureLayerImpl::WebExternalTextureLayerImpl( in WebExternalTextureLayerImpl() function in cc_blink::WebExternalTextureLayerImpl34 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 …]
30 class WebExternalTextureLayerImpl33 public base::SupportsWeakPtr<WebExternalTextureLayerImpl> {35 CC_BLINK_EXPORT explicit WebExternalTextureLayerImpl(37 virtual ~WebExternalTextureLayerImpl();55 base::WeakPtr<WebExternalTextureLayerImpl> layer,67 DISALLOW_COPY_AND_ASSIGN(WebExternalTextureLayerImpl);
65 return new WebExternalTextureLayerImpl(client); in createExternalTextureLayer()