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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 71 virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient*) { return 0; }
  /external/chromium_org/content/renderer/compositor_bindings/
web_compositor_support_impl.h 31 virtual blink::WebExternalTextureLayer* createExternalTextureLayer(
web_compositor_support_impl.cc 67 WebExternalTextureLayer* WebCompositorSupportImpl::createExternalTextureLayer(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 105 m_layer = adoptPtr(blink::Platform::current()->compositorSupport()->createExternalTextureLayer(this));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 500 m_layer = adoptPtr(blink::Platform::current()->compositorSupport()->createExternalTextureLayer(this));
    [all...]

Completed in 118 milliseconds