Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp1222 void AtomicCounterBufferLinker::link(const std::map<int, unsigned int> &sizeMap) const in link()
1226 auto bufferSize = sizeMap.find(atomicCounterBuffer.binding); in link()
1227 ASSERT(bufferSize != sizeMap.end()); in link()
1303 std::map<int, unsigned int> sizeMap; in linkResources() local
1304 getAtomicCounterBufferSizeMap(programState, sizeMap); in linkResources()
1305 resources.atomicCounterBufferLinker.link(sizeMap); in linkResources()
DProgramLinkedResources.h178 void link(const std::map<int, unsigned int> &sizeMap) const;
/third_party/skia/third_party/externals/angle2/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()
1508 std::map<int, unsigned int> sizeMap; in linkResources() local
1509 getAtomicCounterBufferSizeMap(programState, sizeMap); in linkResources()
1510 resources.atomicCounterBufferLinker.link(sizeMap); in linkResources()
DProgramLinkedResources.h190 void link(const std::map<int, unsigned int> &sizeMap) const;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp1209 std::map<int, unsigned int> sizeMap; in linkResources() local
1210 getAtomicCounterBufferSizeMap(&sizeMap); in linkResources()
1211 resources.atomicCounterBufferLinker.link(sizeMap); in linkResources()
/third_party/skia/third_party/externals/angle2/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()