Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp342 uint32_t pixelValue = ((maxBlockX % 2) == (maxBlockY % 2)) ? 191 : 63; in checkGreyscaleBuffer() local
343 checkPixel(buf, w-1, h-1, pixelValue); in checkGreyscaleBuffer()