Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/tests/
DGraphicBufferAllocator_test.cpp81 uint32_t expectedStride = 0; in TEST_F() local
83 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() local
107 mAllocator.setUpAllocateExpectations(NO_ERROR, expectedStride); in TEST_F()
114 ASSERT_EQ(expectedStride, stride); in TEST_F()