Home
last modified time | relevance | path

Searched refs:kBufferSlotCount (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp105 static constexpr uint32_t kBufferSlotCount = 64; member in android::hardware::graphics::composer::V2_1::vts::__anon71d7d22f0111::GraphicsComposerHidlTest
172 kBufferSlotCount, &format)); in TEST_P()
205 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
219 mInvalidDisplayId, kBufferSlotCount, in TEST_P()
234 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
404 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kBufferSlotCount); in TEST_P()
707 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kBufferSlotCount); in TEST_P()
729 kBufferSlotCount, &format)); in TEST_P()
793 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
834 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
[all …]
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp143 static constexpr uint32_t kBufferSlotCount = 64; member in aidl::android::hardware::graphics::composer3::vts::GraphicsComposerAidlTest
812 kBufferSlotCount); in TEST_P()
841 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()
941 EXPECT_TRUE(mComposerClient->setClientTargetSlotCount(getPrimaryDisplayId(), kBufferSlotCount) 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()
1888 EXPECT_TRUE(mComposerClient->setClientTargetSlotCount(getPrimaryDisplayId(), kBufferSlotCount) in TEST_P()
[all …]
DReadbackVts.h56 const auto& [status, layer] = client->createLayer(display, kBufferSlotCount, &writer); in TestLayer()
103 static constexpr uint32_t kBufferSlotCount = 64; variable
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp106 static constexpr uint32_t kBufferSlotCount = 64; member in android::hardware::graphics::composer::V2_2::vts::__anon46fb56f10111::GraphicsComposerHidlTest
163 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
243 64, 64, PixelFormat::IMPLEMENTATION_DEFINED, kBufferSlotCount, &format)); in TEST_P()
490 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
511 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h56 : mLayer(client->createLayer(display, kBufferSlotCount)), mComposerClient(client) {} in TestLayer()
77 static constexpr uint32_t kBufferSlotCount = 64; variable
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp97 static constexpr uint32_t kBufferSlotCount = 64; member in android::hardware::graphics::composer::V2_3::vts::__anon1c1edbb30111::GraphicsComposerHidlTest
184 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/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp224 static constexpr uint32_t kBufferSlotCount = 64; member in android::hardware::graphics::composer::V2_4::vts::__anonf14260750111::GraphicsComposerHidlTest
438 ASSERT_NO_FATAL_FAILURE(layer = mComposerClient->createLayer(display.get(), kBufferSlotCount)); in sendRefreshFrame()