Searched refs:getGlobalUniformBlockName (Results 1 – 5 of 5) sorted by relevance
237 virtual const char* getGlobalUniformBlockName() const { return ""; } in getGlobalUniformBlockName() function512 virtual const char* getGlobalUniformBlockName() const override;
614 … TType blockType(new TTypeList, *NewPoolTString(getGlobalUniformBlockName()), blockQualifier); in growGlobalUniformBlock()
587 const char* getGlobalUniformBlockName() const { return globalUniformBlockName.c_str(); } in getGlobalUniformBlockName() function
230 …ckStorageClass storageOverride = intermediate.getBlockStorageOverride(getGlobalUniformBlockName()); in growGlobalUniformBlock()282 const char* TParseContext::getGlobalUniformBlockName() const in getGlobalUniformBlockName() function in glslang::TParseContext284 const char* name = intermediate.getGlobalUniformBlockName(); in getGlobalUniformBlockName()
60 virtual const char* getGlobalUniformBlockName() const override { return "$Global"; } in getGlobalUniformBlockName() function