Home
last modified time | relevance | path

Searched refs:CreateForMailbox (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/cc/layers/
Dtexture_layer_unittest.cc199 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL); in TEST_F()
218 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL); in TEST_F()
242 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox( in TEST_F()
271 test_layer = TextureLayer::CreateForMailbox( in TEST_F()
313 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL); in TEST_F()
374 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL); in TEST_F()
457 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL); in TEST_F()
512 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL); in TEST_F()
568 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL); in TEST_F()
624 scoped_refptr<TextureLayer> test_layer = TextureLayer::CreateForMailbox(NULL); in TEST_F()
[all …]
Dtexture_layer.h88 static scoped_refptr<TextureLayer> CreateForMailbox(
Dtexture_layer.cc21 scoped_refptr<TextureLayer> TextureLayer::CreateForMailbox( in CreateForMailbox() function in cc::TextureLayer
/external/chromium_org/cc/blink/
Dweb_external_texture_layer_impl.cc29 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(cc_client); in WebExternalTextureLayerImpl()
/external/chromium_org/cc/test/
Dlayer_tree_json_parser.cc83 new_layer = TextureLayer::CreateForMailbox(NULL); in ParseTreeFromValue()
Dlayer_tree_pixel_test.cc180 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL); in CreateTextureLayer()
/external/chromium_org/content/renderer/pepper/
Dpepper_compositor_host.cc365 cc_layer = cc::TextureLayer::CreateForMailbox(NULL); in OnHostMsgCommitLayers()
Dpepper_plugin_instance_impl.cc2108 texture_layer_ = cc::TextureLayer::CreateForMailbox(NULL); in UpdateLayer()
2114 texture_layer_ = cc::TextureLayer::CreateForMailbox(this); in UpdateLayer()
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_plugin.cc211 layer_ = cc::TextureLayer::CreateForMailbox(this); in initialize()
/external/chromium_org/ui/compositor/
Dlayer.cc535 cc::TextureLayer::CreateForMailbox(this); in SetTextureMailbox()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_context.cc920 scoped_refptr<TextureLayer> texture = TextureLayer::CreateForMailbox(NULL); in SetupTree()