HomeSort by relevance Sort by last modified time
    Searched refs:WebExternalTextureLayerImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.h 30 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);
web_external_texture_layer_impl.cc 24 WebExternalTextureLayerImpl::WebExternalTextureLayerImpl(
33 WebExternalTextureLayerImpl::~WebExternalTextureLayerImpl() {
37 blink::WebLayer* WebExternalTextureLayerImpl::layer() { return layer_.get(); }
39 void WebExternalTextureLayerImpl::clearTexture() {
46 void WebExternalTextureLayerImpl::setOpaque(bool opaque) {
50 void WebExternalTextureLayerImpl::setPremultipliedAlpha(
56 void WebExternalTextureLayerImpl::setBlendBackgroundColor(bool blend) {
60 void WebExternalTextureLayerImpl::setRateLimitContext(bool rate_limit)
    [all...]
web_compositor_support_impl.cc 64 return new WebExternalTextureLayerImpl(client);

Completed in 261 milliseconds