Searched refs:testRow (Results 1 – 8 of 8) sorted by relevance
44 unsigned char* testRow = (unsigned char*)test->getAddr(0, y); in diff() local47 if (memcmp(&baselineRow[x * 4], &testRow[x * 4], 4) != 0) { in diff()
66 uint32_t* testRow = static_cast<uint32_t *>(test->getAddr(0, y)); in diff() local72 uint32_t testPixel = testRow[x]; in diff()
96 public void testRow() { in testRow() method in EmptyImmutableTableTest
120 public void testRow() { in testRow() method in ForwardingTableTest
56 public void testRow() { in testRow() method in SingletonImmutableTableTest
155 public void testRow() { in testRow() method in AbstractTableReadTest
169 public void testRow() { in testRow() method in RegularImmutableTableTest
147 @Override public void testRow() { in testRow() method in ArrayTableTest