Home
last modified time | relevance | path

Searched refs:CreateTextureLayer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
Dlayer_tree_pixel_test.h58 scoped_refptr<TextureLayer> CreateTextureLayer(const gfx::Rect& rect,
Dlayer_tree_pixel_test.cc178 scoped_refptr<TextureLayer> LayerTreePixelTest::CreateTextureLayer( in CreateTextureLayer() function in cc::LayerTreePixelTest
/external/chromium_org/ui/compositor/
Dlayer_unittest.cc622 Layer* layer = CreateTextureLayer(bounds); in CreateTextureRootLayer()
627 Layer* CreateTextureLayer(const gfx::Rect& bounds) { in CreateTextureLayer() function in ui::LayerWithNullDelegateTest
829 scoped_ptr<Layer> l1(CreateTextureLayer(gfx::Rect(0, 0, 200, 200))); in TEST_F()