Home
last modified time | relevance | path

Searched defs:maxBlockX (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp340 const int maxBlockX = ((w-1 + (blockWidth-1)) / blockWidth) & 0x1; in checkGreyscaleBuffer() local
380 const int maxBlockX = ((w-1) / blockWidth); in checkRgba8888Buffer() local
422 const int maxBlockX = ((w-1) / blockWidth) & 0x1; in checkBayerRawBuffer() local