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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 69 virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient*) { return 0; }
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_compositor_support_impl.h 28 virtual WebKit::WebExternalTextureLayer* createExternalTextureLayer(
web_compositor_support_impl.cc 58 WebExternalTextureLayer* WebCompositorSupportImpl::createExternalTextureLayer(
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.cpp 88 m_layer = adoptPtr(WebKit::Platform::current()->compositorSupport()->createExternalTextureLayer(this));
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 219 m_layer = auto_ptr<WebExternalTextureLayer>(Platform::current()->compositorSupport()->createExternalTextureLayer(this));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 306 m_layer = adoptPtr(WebKit::Platform::current()->compositorSupport()->createExternalTextureLayer(this));

Completed in 473 milliseconds