Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp108 static constexpr uint32_t kBufferSlotCount = 64; member in android::hardware::graphics::composer::V2_1::vts::__anon71d7d22f0111::GraphicsComposerHidlTest
175 kBufferSlotCount, &format)); in TEST_P()
208 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
222 mInvalidDisplayId, kBufferSlotCount, in TEST_P()
237 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
405 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kBufferSlotCount); in TEST_P()
706 mComposerClient->setClientTargetSlotCount(mPrimaryDisplay, kBufferSlotCount); in TEST_P()
728 kBufferSlotCount, &format)); in TEST_P()
792 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
833 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
[all …]
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp108 static constexpr uint32_t kBufferSlotCount = 64; member in android::hardware::graphics::composer::V2_2::vts::__anon46fb56f10111::GraphicsComposerHidlTest
177 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
257 64, 64, PixelFormat::IMPLEMENTATION_DEFINED, kBufferSlotCount, &format)); in TEST_P()
506 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
527 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h60 : mLayer(client->createLayer(display, kBufferSlotCount)), mComposerClient(client) {} in TestLayer()
81 static constexpr uint32_t kBufferSlotCount = 64; variable
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp100 static constexpr uint32_t kBufferSlotCount = 64; member in android::hardware::graphics::composer::V2_3::vts::__anon1c1edbb30111::GraphicsComposerHidlTest
192 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
457 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
577 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp227 static constexpr uint32_t kBufferSlotCount = 64; member in android::hardware::graphics::composer::V2_4::vts::__anonf14260750111::GraphicsComposerHidlTest
442 ASSERT_NO_FATAL_FAILURE(layer = mComposerClient->createLayer(display.get(), kBufferSlotCount)); in sendRefreshFrame()