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

  /external/chromium_org/content/renderer/compositor_bindings/
web_external_texture_layer_impl.h 30 class WebExternalTextureLayerImpl
33 public base::SupportsWeakPtr<WebExternalTextureLayerImpl> {
35 CONTENT_EXPORT explicit WebExternalTextureLayerImpl(
37 virtual ~WebExternalTextureLayerImpl();
55 base::WeakPtr<WebExternalTextureLayerImpl> layer,
67 DISALLOW_COPY_AND_ASSIGN(WebExternalTextureLayerImpl);
web_external_texture_layer_impl.cc 25 WebExternalTextureLayerImpl::WebExternalTextureLayerImpl(
34 WebExternalTextureLayerImpl::~WebExternalTextureLayerImpl() {
38 blink::WebLayer* WebExternalTextureLayerImpl::layer() {
42 void WebExternalTextureLayerImpl::clearTexture() {
47 void WebExternalTextureLayerImpl::setOpaque(bool opaque) {
51 void WebExternalTextureLayerImpl::setPremultipliedAlpha(
57 void WebExternalTextureLayerImpl::setBlendBackgroundColor(bool blend) {
61 void WebExternalTextureLayerImpl::setRateLimitContext(bool rate_limit)
    [all...]

Completed in 1468 milliseconds