Home
last modified time | relevance | path

Searched refs:splitColors (Results 1 – 2 of 2) sorted by relevance

/test/xts/hats/hdf/display/composer/moduletest/
Dhdi_device_test.cpp484 std::vector<uint32_t> splitColors = { RED, GREEN, YELLOW, TRANSPARENT }; in TEST_P() local
491 auto splitRects = SplitBuffer(*(handle->Get()), splitColors); in TEST_P()
492 ASSERT_TRUE(splitRects.size() == splitColors.size()); // ensure the splitRects size in TEST_P()
495 std::swap(splitColors[2], splitColors[1]); in TEST_P()
496 std::swap(splitColors[2], splitColors[3]); in TEST_P()
518 uint32_t color = splitColors[(i + startIndex) % 4]; in TEST_P()
543 std::vector<uint32_t> splitColors = { { RED, GREEN, YELLOW, TRANSPARENT } }; in TEST_F() local
551 auto splitRects = SplitBuffer(*(handle->Get()), splitColors); in TEST_F()
554 settings[0].color = splitColors[i]; in TEST_F()
/test/xts/hats/hdf/display/composer/unittest/
Dhdi_composer_ut.cpp593 …std::vector<uint32_t> splitColors = { { RED, GREEN, YELLOW, BLUE, PINK, PURPLE, CYAN, TRANSPARENT … variable
601 auto splitRects = SplitBuffer(*(handle->Get()), splitColors);
604 settings[0].color = splitColors[i];