Home
last modified time | relevance | path

Searched defs:createLayer (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSetFrameRateTest.cpp71 sp<Layer> createLayer(TestableSurfaceFlinger& flinger) override { in createLayer() function in android::BufferQueueLayerFactory
82 sp<Layer> createLayer(TestableSurfaceFlinger& flinger) override { in createLayer() function in android::BufferStateLayerFactory
93 sp<Layer> createLayer(TestableSurfaceFlinger& flinger) override { in createLayer() function in android::EffectLayerFactory
H A DLayerHistoryTest.cpp97 auto createLayer() { return sp<mock::MockLayer>(new mock::MockLayer(mFlinger.flinger())); } in createLayer() function in android::scheduler::LayerHistoryTest
98 auto createLayer(std::string name) { in createLayer() function in android::scheduler::LayerHistoryTest
H A DCompositionTest.cpp806 static FlingerLayerType createLayer(CompositionTest*) { return FlingerLayerType(); } in createLayer() function
877 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
914 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
968 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
984 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic.cpp46 AcrylicLayer *Acrylic::createLayer() in createLayer() function in Acrylic
/aosp12/frameworks/native/services/surfaceflinger/
H A DRefreshRateOverlay.cpp188 bool RefreshRateOverlay::createLayer() { in createLayer() function in android::RefreshRateOverlay
H A DSurfaceFlinger.cpp4319 status_t SurfaceFlinger::createLayer(const String8& name, const sp<Client>& client, uint32_t w, in createLayer() function in android::SurfaceFlinger
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h163 Return<void> createLayer(Display display, uint32_t bufferSlotCount, in createLayer() function
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h158 Error createLayer(Display display, Layer* outLayer) override { in createLayer() function
623 HWC2_PFN_CREATE_LAYER createLayer; member
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp126 Layer ComposerClient::createLayer(Display display, uint32_t bufferSlotCount) { in createLayer() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp125 base::expected<std::shared_ptr<HWC2::Layer>, hal::Error> Display::createLayer() { in createLayer() function in android::HWC2::impl::Display
H A DHWComposer.cpp306 std::shared_ptr<HWC2::Layer> HWComposer::createLayer(HalDisplayId displayId) { in createLayer() function in android::impl::HWComposer
H A DComposerHal.cpp264 Error Composer::createLayer(Display display, Layer* outLayer) in createLayer() function in android::Hwc2::impl::Composer
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java488 private ChildDrawable createLayer(Drawable dr) { in createLayer() method in LayerDrawable
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp220 V2_1::Error FakeComposerClient::createLayer(Display /*display*/, Layer* outLayer) { in createLayer() function in FakeComposerClient
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp298 Error VrHwc::createLayer(Display display, Layer* outLayer) { in createLayer() function in android::dvr::VrHwc
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp599 Error HWC2On1Adapter::Display::createLayer(hwc2_layer_t* outLayerId) in createLayer() function in android::HWC2On1Adapter::Display
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp562 Error HWC2On1Adapter::Display::createLayer(hwc2_layer_t* outLayerId) { in createLayer() function in android::HWC2On1Adapter::Display
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.cpp328 Return<void> QtiComposerClient::createLayer(uint64_t display, uint32_t bufferSlotCount, in createLayer() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp2605 int32_t ExynosDisplay::createLayer(hwc2_layer_t* outLayer) { in createLayer() function in ExynosDisplay