Searched refs:colorVariations (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp246 const int colorVariations = 3; local
247 uint8_t color = ((blockX % colorVariations) + (blockY % colorVariations))
248 % (colorVariations) == channel ? 191: 63;

Completed in 43 milliseconds