Home
last modified time | relevance | path

Searched refs:getAtomicCounterBufferSizeMap (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DProgramGL.h96 void getAtomicCounterBufferSizeMap(std::map<int, unsigned int> *sizeMapOut) const;
DProgramGL.cpp628 void ProgramGL::getAtomicCounterBufferSizeMap(std::map<int, unsigned int> *sizeMapOut) const in getAtomicCounterBufferSizeMap() function in rx::ProgramGL
767 getAtomicCounterBufferSizeMap(&sizeMap); in linkResources()
/external/angle/src/libANGLE/
DProgramLinkedResources.h348 void getAtomicCounterBufferSizeMap(const ProgramExecutable &executable,
DProgramLinkedResources.cpp1735 getAtomicCounterBufferSizeMap(programState.getExecutable(), sizeMap); in linkResources()
1746 void ProgramLinkedResourcesLinker::getAtomicCounterBufferSizeMap( in getAtomicCounterBufferSizeMap() function in gl::ProgramLinkedResourcesLinker