/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 207 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 220 mComposerClient->getRaw()->createLayer( in TEST_P() 236 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 791 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 832 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 877 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 891 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 910 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 926 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 941 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() [all …]
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 183 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 448 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 568 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 178 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 506 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 527 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 153 Return<void> createLayer(Display display, uint32_t bufferSlotCount, in createLayer() function 156 Error err = mHal->createLayer(display, &layer); in createLayer()
|
D | ComposerHal.h | 76 virtual Error createLayer(Display display, Layer* outLayer) = 0;
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 158 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/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 92 Layer createLayer(Display display, uint32_t bufferSlotCount);
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 126 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/utils/vts/include/composer-vts/2.2/ |
D | ReadbackVts.h | 56 : mLayer(client->createLayer(display, kBufferSlotCount)), mComposerClient(client) {} in TestLayer()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 203 HWC2::Error createLayer(hwc2_layer_t* outLayerId);
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 405 layer = mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in sendRefreshFrame()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 190 HWC2::Error createLayer(hwc2_layer_t* outLayerId);
|
D | HWC2On1Adapter.cpp | 204 displayHook<decltype(&Display::createLayer), in doGetFunction() 205 &Display::createLayer, hwc2_layer_t*>); in doGetFunction() 599 Error HWC2On1Adapter::Display::createLayer(hwc2_layer_t* outLayerId) in createLayer() function in android::HWC2On1Adapter::Display
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 166 displayHook<decltype(&Display::createLayer), in doGetFunction() 167 &Display::createLayer, hwc2_layer_t*>); in doGetFunction() 562 Error HWC2On1Adapter::Display::createLayer(hwc2_layer_t* outLayerId) { in createLayer() function in android::HWC2On1Adapter::Display
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 315 createLayer(Display display,
|