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

/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp254 const int maxBlockY = ((w-1) / blockHeight) & 0x1; local
255 unsigned short maxR = (maxBlockX == maxBlockY) ? 1000 : 200;
256 unsigned short maxG = maxBlockY ? 1000: 200;

Completed in 701 milliseconds