Home | History | Annotate | Download | only in functional

Lines Matching refs:outputName

245 	const std::string	outputName	= (shaderType == glu::SHADERTYPE_VERTEX) ? "gl_Position" : "o_fragColor";
256 out << " " << outputName << " = vec4(" << valueString << ");\n";