Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/tests/
DGLTestUtils.cpp36 testing::AssertionResult ImageMatches(int width, int height, int bpp, int rowLength, in ImageMatches() argument
42 for (int i = 0; i < height * rowLength; i += rowLength) { in ImageMatches()
45 i / rowLength, rowBytes, expected + i * bpp, actual + i * bpp); in ImageMatches()
50 << (i / rowLength); in ImageMatches()
DGLTestUtils.h31 testing::AssertionResult ImageMatches(int width, int height, int bpp, int rowLength,