Home | History | Annotate | Download | only in functional

Lines Matching refs:structType

278 	std::set<const glu::StructType*> declaredStructs;
305 const glu::StructType* const structType = uniformInfo.type.getStructPtr();
306 if (!declaredStructs.count(structType))
309 vertDecl << glu::declare(structType, 0) << ";\n";
312 fragDecl << glu::declare(structType, 0) << ";\n";
314 declaredStructs.insert(structType);
851 StructType* structProto = new StructType("S");
922 StructType* testTypes[] =
924 new StructType("Type0"),
925 new StructType("Type1"),
926 new StructType("Type2"),
927 new StructType("Type3"),