Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp224 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
237 mComposerClient->getRaw()->createLayer( in TEST_F()
253 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
802 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
843 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
888 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
902 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
921 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
937 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
952 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
[all …]
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp194 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
522 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
543 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp71 : mLayer(client->createLayer(display, kBufferSlotCount)), mComposerClient(client) {} in TestLayer()
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp199 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
464 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
584 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_F()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h153 Return<void> createLayer(Display display, uint32_t bufferSlotCount, in createLayer() function
156 Error err = mHal->createLayer(display, &layer); in createLayer()
DComposerHal.h76 virtual Error createLayer(Display display, Layer* outLayer) = 0;
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h91 Layer createLayer(Display display, uint32_t bufferSlotCount);
/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/2.1/utils/vts/
DComposerVts.cpp133 Layer ComposerClient::createLayer(Display display, uint32_t bufferSlotCount) { in createLayer() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
135 mClient->createLayer(display, bufferSlotCount, [&](const auto& tmpError, const auto& tmpLayer) { in createLayer()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h203 HWC2::Error createLayer(hwc2_layer_t* outLayerId);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h190 HWC2::Error createLayer(hwc2_layer_t* outLayerId);
DHWC2On1Adapter.cpp204 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/
DHWC2On1Adapter.cpp166 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/
DIComposerClient.hal315 createLayer(Display display,