Home
last modified time | relevance | path

Searched defs:AtomicCounterBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DUniform.h221 struct AtomicCounterBuffer struct
224 ~AtomicCounterBuffer() {} in ~AtomicCounterBuffer() argument
227 int numActiveVariables() const { return static_cast<int>(memberIndexes.size()); } in numActiveVariables()
230 std::vector<unsigned int> memberIndexes;
233 struct PODStruct
243 } pod;
H A DUniform.cpp110 AtomicCounterBuffer::AtomicCounterBuffer() in AtomicCounterBuffer() function in gl::AtomicCounterBuffer