Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DEffectLayer_test.cpp51 sp<SurfaceControl> effectLayer = in TEST_F() local
56 EXPECT_NE(nullptr, effectLayer.get()) << "failed to create SurfaceControl"; in TEST_F()
58 t.setCrop(effectLayer, Rect(0, 0, 400, 400)); in TEST_F()
59 t.show(effectLayer); in TEST_F()
70 sp<SurfaceControl> effectLayer = in TEST_F() local
77 EXPECT_NE(nullptr, effectLayer.get()) << "failed to create SurfaceControl"; in TEST_F()
79 t.setCrop(effectLayer, Rect(0, 0, 400, 400)); in TEST_F()
80 t.show(effectLayer); in TEST_F()
91 sp<SurfaceControl> effectLayer = in TEST_F() local
98 EXPECT_NE(nullptr, effectLayer.get()) << "failed to create SurfaceControl"; in TEST_F()
[all …]