Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramLinkedResources.cpp1394 void AtomicCounterBufferLinker::link(const std::map<int, unsigned int> &sizeMap) const in link()
1398 auto bufferSize = sizeMap.find(atomicCounterBuffer.binding); in link()
1399 ASSERT(bufferSize != sizeMap.end()); in link()
1475 std::map<int, unsigned int> sizeMap; in linkResources() local
1476 getAtomicCounterBufferSizeMap(programState, sizeMap); in linkResources()
1477 resources.atomicCounterBufferLinker.link(sizeMap); in linkResources()
DProgramLinkedResources.h189 void link(const std::map<int, unsigned int> &sizeMap) const;
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp1151 std::map<int, unsigned int> sizeMap; in linkResources() local
1152 getAtomicCounterBufferSizeMap(&sizeMap); in linkResources()
1153 resources.atomicCounterBufferLinker.link(sizeMap); in linkResources()