Searched defs:AtomicCounterBuffer (Results 1 – 2 of 2) sorted by relevance
221 struct AtomicCounterBuffer struct224 ~AtomicCounterBuffer() {} in ~AtomicCounterBuffer() argument227 int numActiveVariables() const { return static_cast<int>(memberIndexes.size()); } in numActiveVariables()230 std::vector<unsigned int> memberIndexes;233 struct PODStruct243 } pod;
110 AtomicCounterBuffer::AtomicCounterBuffer() in AtomicCounterBuffer() function in gl::AtomicCounterBuffer