Searched refs:redeclareBuiltinBlock (Results 1 – 2 of 2) sorted by relevance
366 …void redeclareBuiltinBlock(const TSourceLoc&, TTypeList& typeList, const TString& blockName, const…
4038 void TParseContext::redeclareBuiltinBlock(const TSourceLoc& loc, TTypeList& newTypeList, const TStr… in redeclareBuiltinBlock() function in glslang::TParseContext6857 redeclareBuiltinBlock(loc, typeList, *blockName, instanceName, arraySizes); in declareBlock()