Searched defs:kBufferCount (Results 1 – 7 of 7) sorted by relevance
44 static constexpr uint32_t kBufferCount = 2; // double buffer variable
40 static constexpr uint32_t kBufferCount = 1; // single buffer variable
46 static constexpr uint32_t kBufferCount = 2; // double buffer variable
42 static constexpr uint32_t kBufferCount = 1; // single buffer variable
269 const size_t kBufferCount = 16; in TEST_F() local368 const size_t kBufferCount = 4u; in TEST_F() local472 const size_t kBufferCount = 4u; in TEST_F() local835 constexpr size_t kBufferCount = 2; in TEST_F() local
133 constexpr uint32_t kBufferCount = 1; in allocate() local
52 constexpr int32_t kBufferCount = 16; variable