Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub-test.cpp38 const int kFormat = HAL_PIXEL_FORMAT_RGBA_8888; variable
58 kWidth, kHeight, kFormat, kUsage, sizeof(uint64_t)); in TEST_F()
108 kWidth, kHeight, kFormat, kUsage, sizeof(uint64_t)); in TEST_F()
176 kWidth, kHeight, kFormat, kUsage, sizeof(uint64_t)); in TEST_F()
209 kWidth, kHeight, kFormat, kUsage, sizeof(uint64_t)); in TEST_F()
253 kWidth, kHeight, kFormat, kUsage, sizeof(uint64_t)); in TEST_F()
316 kWidth, kHeight, kFormat, kUsage, sizeof(uint64_t)); in TEST_F()
325 kWidth, kHeight, kFormat, kUsage, sizeof(uint64_t)); in TEST_F()
342 kWidth, kHeight, kFormat, kUsage, sizeof(uint64_t)); in TEST_F()
361 kWidth, kHeight, kFormat, kUsage, sizeof(uint64_t)); in TEST_F()
[all …]
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_display-test.cpp58 uint32_t kFormat = AHARDWAREBUFFER_FORMAT_R8G8B8A8_UNORM; member in DvrDisplayTest
92 direct_surface_, width, height, kFormat, kLayerCount, kUsage, kCapacity, in TEST_F()
144 direct_surface_, width, height, kFormat, kLayerCount, kUsage, kCapacity, in TEST_F()
233 direct_surface_0, width, height, kFormat, kLayerCount, kUsage, kCapacity, in TEST_F()
240 direct_surface_1, width, height, kFormat, kLayerCount, kUsage, kCapacity, in TEST_F()
310 ASSERT_EQ(ah_buffer_describe.format, kFormat) in FillWriteBuffer()
/frameworks/native/libs/gui/tests/
DBufferItemConsumer_test.cpp30 static constexpr int kFormat = HAL_PIXEL_FORMAT_RGBA_8888; variable
48 new BufferItemConsumer(mConsumer, kFormat, kMaxLockedBuffers, true); in SetUp()