Home
last modified time | relevance | path

Searched refs:sizeMap (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DProgramLinkedResources.cpp1239 void AtomicCounterBufferLinker::link(const std::map<int, unsigned int> &sizeMap) const in link()
1243 auto bufferSize = sizeMap.find(atomicCounterBuffer.binding); in link()
1244 ASSERT(bufferSize != sizeMap.end()); in link()
1320 std::map<int, unsigned int> sizeMap; in linkResources() local
1321 getAtomicCounterBufferSizeMap(programState, sizeMap); in linkResources()
1322 resources.atomicCounterBufferLinker.link(sizeMap); in linkResources()
DProgramLinkedResources.h182 void link(const std::map<int, unsigned int> &sizeMap) const;
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp1126 std::map<int, unsigned int> sizeMap; in linkResources() local
1127 getAtomicCounterBufferSizeMap(&sizeMap); in linkResources()
1128 resources.atomicCounterBufferLinker.link(sizeMap); in linkResources()