Searched refs:createColorLayer (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlingerFactory.h | 95 virtual sp<ColorLayer> createColorLayer(const LayerCreationArgs& args) = 0;
|
D | SurfaceFlingerFactory.cpp | 129 sp<ColorLayer> createColorLayer(const LayerCreationArgs& args) override { in createSurfaceFlinger() function in android::surfaceflinger::createSurfaceFlinger::Factory
|
D | SurfaceFlinger.h | 617 status_t createColorLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h,
|
D | SurfaceFlinger.cpp | 4298 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/ |
D | Transaction_test.cpp | 390 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/ |
D | TestableSurfaceFlinger.h | 144 sp<ColorLayer> createColorLayer(const LayerCreationArgs&) override { in createColorLayer() function
|