Home
last modified time | relevance | path

Searched defs:getAtomicCounterBlockName (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h246 virtual const char* getAtomicCounterBlockName() const { return ""; } in getAtomicCounterBlockName() function
Dlocalintermediate.h594 const char* getAtomicCounterBlockName() const { return atomicCounterBlockName.c_str(); } in getAtomicCounterBlockName() function
DParseHelper.cpp300 const char* TParseContext::getAtomicCounterBlockName() const in getAtomicCounterBlockName() function in glslang::TParseContext