Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/tests/
DGraphicBufferAllocator_test.cpp34 constexpr uint32_t kTestWidth = 1024; variable
69 mAllocator.setUpAllocateExpectations(NO_ERROR, kTestWidth); in TEST_F()
73 status_t err = mAllocator.allocate(kTestWidth, kTestHeight, format, kTestLayerCount, kTestUsage, in TEST_F()
76 ASSERT_EQ(kTestWidth, stride); in TEST_F()
87 status_t err = mAllocator.allocate(kTestWidth, kTestHeight, format, kTestLayerCount, kTestUsage, in TEST_F()
DGraphicBuffer_test.cpp27 constexpr uint32_t kTestWidth = 1024; variable
38 sp<GraphicBuffer> gb(new GraphicBuffer(kTestWidth, kTestHeight, format, kTestLayerCount, in TEST_F()
DGraphicBufferOverBinder_test.cpp28 constexpr uint32_t kTestWidth = 1024; variable
42 mGraphicBuffer = new GraphicBuffer(kTestWidth, kTestHeight, kTestFormat, kTestLayerCount, in GraphicBufferOverBinderTestService()