Searched refs:getAtomicCounterBlockName (Results 1 – 4 of 4) sorted by relevance
683 snprintf(charBuffer, 512, "%s_%d", getAtomicCounterBlockName(), binding); in growAtomicCounterBlock()685 snprintf(charBuffer, 512, "%s_0", getAtomicCounterBlockName()); in growAtomicCounterBlock()
242 virtual const char* getAtomicCounterBlockName() const { return ""; } in getAtomicCounterBlockName() function511 virtual const char* getAtomicCounterBlockName() const override;
582 const char* getAtomicCounterBlockName() const { return atomicCounterBlockName.c_str(); } in getAtomicCounterBlockName() function
276 …ckStorageClass storageOverride = intermediate.getBlockStorageOverride(getAtomicCounterBlockName()); in growAtomicCounterBlock()312 const char* TParseContext::getAtomicCounterBlockName() const in getAtomicCounterBlockName() function in glslang::TParseContext314 const char* name = intermediate.getAtomicCounterBlockName(); in getAtomicCounterBlockName()