Searched refs:Gralloc4TestUint64 (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 162 class Gralloc4TestUint64 : public testing::TestWithParam<uint64_t> { }; class 165 Gralloc4TestUint64Params, Gralloc4TestUint64, 169 TEST_P(Gralloc4TestUint64, Uint64) { in TEST_P() argument 173 TEST_P(Gralloc4TestUint64, BufferId) { in TEST_P() argument 177 TEST_P(Gralloc4TestUint64, Width) { in TEST_P() argument 181 TEST_P(Gralloc4TestUint64, Height) { in TEST_P() argument 185 TEST_P(Gralloc4TestUint64, LayerCount) { in TEST_P() argument 189 TEST_P(Gralloc4TestUint64, PixelFormatModifier) { in TEST_P() argument 193 TEST_P(Gralloc4TestUint64, Usage) { in TEST_P() argument 197 TEST_P(Gralloc4TestUint64, AllocationSize) { in TEST_P() argument [all …]
|