Searched refs:expectedStride (Results 1 – 1 of 1) sorted by relevance
81 uint32_t expectedStride = 0; in TEST_F() local83 mAllocator.setUpAllocateExpectations(NO_ERROR, expectedStride); in TEST_F()90 ASSERT_EQ(expectedStride, stride); in TEST_F()105 uint32_t expectedStride = std::numeric_limits<uint32_t>::max(); in TEST_F() local107 mAllocator.setUpAllocateExpectations(NO_ERROR, expectedStride); in TEST_F()114 ASSERT_EQ(expectedStride, stride); in TEST_F()