Searched refs:rowLength (Results 1 – 2 of 2) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | GLTestUtils.cpp | 36 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()
|
D | GLTestUtils.h | 31 testing::AssertionResult ImageMatches(int width, int height, int bpp, int rowLength,
|