Home | History | Annotate | Download | only in functional

Lines Matching refs:declare

341 	// Declare attributes.
352 vtx << "in " << glu::declare(attribType, attribName.c_str()) << ";\n";
356 // Declare vayrings.
362 // Declare structs that have type name.
367 str << glu::declare(structPtr) << ";\n";
371 str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, var->name.c_str()) << ";\n";