Lines Matching refs:generateDeclaration
721 void generateDeclaration(std::ostringstream& src, const VarType& type, const char* name, int indentLevel,
723 void generateDeclaration(std::ostringstream& src, const Uniform& uniform, int indentLevel);
724 void generateDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel);
729 void generateDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel)
746 generateDeclaration(src, memberIter->getType(), memberIter->getName(), indentLevel + 1,
761 void generateDeclaration(std::ostringstream& src, const VarType& type, const char* name, int indentLevel,
821 void generateDeclaration(std::ostringstream& src, const Uniform& uniform, int indentLevel)
826 generateDeclaration(src, uniform.getType(), uniform.getName(), indentLevel, uniform.getFlags() & UNUSED_BOTH);
829 void generateDeclaration(std::ostringstream& src, const UniformBlock& block)
840 generateDeclaration(src, *uniformIter, 1 /* indent level */);
1038 generateDeclaration(src, **structIter, 0);
1044 generateDeclaration(src, block);
1078 generateDeclaration(src, **structIter, 0);
1084 generateDeclaration(src, block);