Searched refs:buffer_count (Results 1 – 4 of 4) sorted by relevance
118 uint32_t buffer_count, in Allocator_AllocateCollection() argument135 info.buffer_count = buffer_count; in Allocator_AllocateCollection()136 for (uint32_t i = 0; i < buffer_count; ++i) { in Allocator_AllocateCollection()144 info.buffer_count = 0; in Allocator_AllocateCollection()154 uint32_t buffer_count, in Allocator_AllocateSharedCollection() argument
11 uint32 buffer_count;20 // If present, all the VMOs after |buffer_count| are invalid handles.
28 1: AllocateCollection(uint32 buffer_count,70 2: AllocateSharedCollection(uint32 buffer_count,
271 for (size_t buffer_count : test_cases) { in vmo_pool_reset_test() local273 ASSERT_TRUE(tester.FillBuffers(buffer_count)); in vmo_pool_reset_test()277 if (buffer_count != kNumVmos) { in vmo_pool_reset_test()278 ASSERT_TRUE(tester.FillBuffers(buffer_count)); in vmo_pool_reset_test()
Completed in 8 milliseconds