Searched refs:tesDeclarations (Results 1 – 2 of 2) sorted by relevance
479 std::ostringstream tesDeclarations; in UserDefinedIOTest() local585 tesDeclarations << de::toString(glu::declare(structType)) << ";\n"; in UserDefinedIOTest()605 tesDeclarations << "layout(location = " << tesNextInputLocation << ") "; in UserDefinedIOTest()607 …tesDeclarations << inMaybePatch << input.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY … in UserDefinedIOTest()612 tesDeclarations << inMaybePatch + input.declare(); in UserDefinedIOTest()626 m_tesDeclarations = tesDeclarations.str(); in UserDefinedIOTest()
5984 string tesDeclarations; in init() local6087 tesDeclarations += de::toString(glu::declare(structType)) + ";\n"; in init()6107 …tesDeclarations += inMaybePatch + input.declareArray(m_ioType == IO_TYPE_PER_PATCH_ARRAY ? de::t… in init()6112 tesDeclarations += inMaybePatch + input.declare(); in init()6162 + tesDeclarations + in init()