Searched refs:rowLength (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/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,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 4684 computation `rowLength` and `imageHeight` in the sample code for the
|