Home | History | Annotate | Download | only in tessellation

Lines Matching defs:indentation

123 		const std::string indentation	= std::string(indentationDepth, '\t');
126 return indentation + "for (int " + loopIndexName + " = 0; " + loopIndexName + " < " + de::toString(rootType.getArraySize()) + "; ++" + loopIndexName + ")\n" +
127 indentation + "{\n" +
129 indentation + "}\n";
156 const std::string indentation = std::string(indentationDepth, '\t');
159 result << indentation << name << " = ";
168 << indentation << "v += 0.4;\n";
176 const std::string indentation = std::string(indentationDepth, '\t');
179 result << indentation << "allOk = allOk && compare_" << glu::getDataTypeName(type) << "(" << name << ", ";
188 << indentation << "v += 0.4;\n"
189 << indentation << "if (allOk) ++firstFailedInputIndex;\n";
378 const std::string indentation = std::string(indentationDepth, '\t');
381 result << indentation << "for (int i0 = 0; i0 < " << numArrayElements << "; ++i0)\n"
382 << indentation << "{\n";
385 result << indentation + "}\n";