Home
last modified time | relevance | path

Searched refs:createExternalTextureLayer (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/cc/blink/
Dweb_compositor_support_impl.h31 virtual blink::WebExternalTextureLayer* createExternalTextureLayer( in NON_EXPORTED_BASE()
Dweb_compositor_support_impl.cc63 WebExternalTextureLayer* WebCompositorSupportImpl::createExternalTextureLayer( in createExternalTextureLayer() function in cc_blink::WebCompositorSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DWebCompositorSupport.h72 …virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient*) { retu… in createExternalTextureLayer() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerBridge.cpp100 m_layer = adoptPtr(Platform::current()->compositorSupport()->createExternalTextureLayer(this)); in Canvas2DLayerBridge()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp507 … m_layer = adoptPtr(Platform::current()->compositorSupport()->createExternalTextureLayer(this)); in platformLayer()