Searched refs:bufferIdCounter (Results 1 – 1 of 1) sorted by relevance
226 static std::atomic_int32_t bufferIdCounter{0}; in allocateGraphicBuffers() local228 bufferIdCounter.fetch_add(1, std::memory_order_relaxed); in allocateGraphicBuffers()