Home
last modified time | relevance | path

Searched refs:createLayer (Results 1 – 25 of 37) sorted by relevance

12

/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp205 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
218 mComposerClient->getRaw()->createLayer( in TEST_P()
234 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
793 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
834 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
879 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
902 layer = mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
993 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
1012 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
1028 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
[all …]
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp841 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, nullptr); in TEST_P()
854 mComposerClient->createLayer(getInvalidDisplayId(), kBufferSlotCount, nullptr); in TEST_P()
867 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, nullptr); in TEST_P()
1489 mComposerClient->createLayer(display.getDisplayId(), kBufferSlotCount, &writer); in sendRefreshFrame()
1570 mComposerClient->createLayer(display.getDisplayId(), kBufferSlotCount, &writer); in createOnScreenLayer()
1824 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P()
1964 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P()
2003 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P()
2047 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P()
2056 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P()
[all …]
DReadbackVts.h56 const auto& [status, layer] = client->createLayer(display, kBufferSlotCount, &writer); in TestLayer()
DVtsComposerClient.cpp99 std::pair<ScopedAStatus, int64_t> VtsComposerClient::createLayer(int64_t display, in createLayer() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient
111 auto status = mComposerClient->createLayer(display, bufferSlotCount, &outLayer); in createLayer()
DVtsComposerClient.h73 std::pair<ScopedAStatus, int64_t> createLayer(int64_t display, int32_t bufferSlotCount,
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h83 Layer createLayer(Display display, uint32_t bufferSlotCount);
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp126 Layer ComposerClient::createLayer(Display display, uint32_t bufferSlotCount) { in createLayer() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
128 mClient->createLayer(display, bufferSlotCount, [&](const auto& tmpError, const auto& tmpLayer) { in createLayer()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp163 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
490 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
511 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
/hardware/google/graphics/common/libacryl/
Dacrylic.cpp46 AcrylicLayer *Acrylic::createLayer() in createLayer() function in Acrylic
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DIComposerClient.aidl37 long createLayer(long display, int bufferSlotCount); in createLayer() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerClient.aidl37 long createLayer(long display, int bufferSlotCount); in createLayer() method
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp184 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
451 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
571 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl37 long createLayer(long display, int bufferSlotCount); in createLayer() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DIComposerClient.aidl37 long createLayer(long display, int bufferSlotCount); in createLayer() method
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h158 Error createLayer(Display display, Layer* outLayer) override { in createLayer() function
159 int32_t err = mDispatch.createLayer(mDevice, display, outLayer); in createLayer()
517 !initDispatch(HWC2_FUNCTION_CREATE_LAYER, &mDispatch.createLayer) || in initDispatch()
623 HWC2_PFN_CREATE_LAYER createLayer; member
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl115 long createLayer(long display, int bufferSlotCount); in createLayer() method
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h163 Return<void> createLayer(Display display, uint32_t bufferSlotCount, in createLayer() function
166 Error err = mHal->createLayer(display, &layer); in createLayer()
DComposerHal.h76 virtual Error createLayer(Display display, Layer* outLayer) = 0;
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h56 : mLayer(client->createLayer(display, kBufferSlotCount)), mComposerClient(client) {} in TestLayer()
/hardware/google/graphics/common/hwc3/
DComposerClient.h65 ndk::ScopedAStatus createLayer(int64_t display, int32_t bufferSlotCount,
DComposerClient.cpp55 ndk::ScopedAStatus ComposerClient::createLayer(int64_t display, int32_t bufferSlotCount, in createLayer() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
58 auto err = mHal->createLayer(display, layer); in createLayer()
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h50 int32_t createLayer(int64_t display, int64_t* outLayer) override;
DHalImpl.cpp278 int32_t HalImpl::createLayer(int64_t display, int64_t* outLayer) { in createLayer() function in aidl::android::hardware::graphics::composer3::impl::HalImpl
283 RET_IF_ERR(halDisplay->createLayer(&hwcLayer)); in createLayer()
303 RET_IF_ERR(halDisplay->createLayer(&hwcLayer)); in batchedCreateDestroyLayer()
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h121 virtual int32_t createLayer(int64_t display, int64_t* outLayer) = 0;
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h101 Return<void> createLayer(uint64_t display, uint32_t bufferSlotCount,

12