Home
last modified time | relevance | path

Searched refs:desiredPixelColors (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp112 std::vector<IComposerClient::Color> desiredPixelColors) { in fillBuffer() argument
119 IComposerClient::Color srcColor = desiredPixelColors[pixel]; in fillBuffer()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h152 std::vector<IComposerClient::Color> desiredPixelColors);
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.cpp122 std::vector<Color> desiredPixelColors) { in fillBuffer() argument
130 Color srcColor = desiredPixelColors[static_cast<size_t>(pixel)]; in fillBuffer()
DReadbackVts.h178 PixelFormat pixelFormat, std::vector<Color> desiredPixelColors);