Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerFactory.h95 virtual sp<ColorLayer> createColorLayer(const LayerCreationArgs& args) = 0;
DSurfaceFlingerFactory.cpp129 sp<ColorLayer> createColorLayer(const LayerCreationArgs& args) override { in createSurfaceFlinger() function in android::surfaceflinger::createSurfaceFlinger::Factory
DSurfaceFlinger.h617 status_t createColorLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h,
DSurfaceFlinger.cpp4298 result = createColorLayer(client, uniqueName, w, h, flags, std::move(metadata), handle, in createLayer()
4406 status_t SurfaceFlinger::createColorLayer(const sp<Client>& client, const String8& name, uint32_t w, in createColorLayer() function in android::SurfaceFlinger
4409 *outLayer = getFactory().createColorLayer( in createColorLayer()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp390 sp<SurfaceControl> createColorLayer(const char* name, const Color& color, in createColorLayer() function in android::LayerTransactionTest
1957 sp<SurfaceControl> behindLayer = createColorLayer("Behind layer", Color::RED); in TEST_P()
5877 void createColorLayer(uint32_t layerStack) { in createColorLayer() function in android::MultiDisplayLayerBoundsTest
5904 createColorLayer(1 /* layerStack */); in TEST_F()
5927 createColorLayer(0 /* layerStack */); in TEST_F()
6013 mBackgroundLayer = createColorLayer("Background layer", Color::RED); in SetUp()
6016 mForegroundLayer = createColorLayer("Foreground layer", Color::GREEN); in SetUp()
6044 createColorLayer("Child layer", Color::BLUE, mBackgroundLayer.get()); in TEST_F()
6085 createColorLayer("child level 1", Color::WHITE, mForegroundLayer.get()); in TEST_F()
6087 createColorLayer("child level 2a", Color::BLUE, childLevel1.get()); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h144 sp<ColorLayer> createColorLayer(const LayerCreationArgs&) override { in createColorLayer() function