Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h49 static const IComposerClient::Color BLACK = {0, 0, 0, 0xff}; variable
/hardware/interfaces/tests/expression/1.0/
DIExpression.hal176 BLACK // -127
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp940 mBackgroundColor = BLACK; in SetUp()
1042 setBackgroundColor(BLACK); in TEST_P()
1100 setBackgroundColor(BLACK); in TEST_P()
1152 setBackgroundColor(BLACK); in TEST_P()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp138 expectedColors[pixel] = BLACK; in clearColors()