Lines Matching refs:VariableDeclaration
82 using glu::VariableDeclaration;
200 void printInputColor (ostringstream& oss, const VariableDeclaration& input)
288 vector<VariableDeclaration> vtxOutputs;
289 vector<VariableDeclaration> frgInputs;
358 VariableDeclaration(varType, vtxName, STORAGE_OUT, getGluInterpolation(vtxCompatInterp), loc));
360 VariableDeclaration(varType, frgName, STORAGE_IN, getGluInterpolation(frgInterp), loc));
369 vector<VariableDeclaration> varyingCompatVtxOutputs (const VaryingInterface& varyings)
371 vector<VariableDeclaration> outputs = varyings.vtxOutputs;
402 oss << VariableDeclaration(varType, varName, STORAGE_UNIFORM) << ";\n";
404 oss << VariableDeclaration(varType, varName, STORAGE_CONST)
444 const vector<VariableDeclaration>& outputs,
458 for (vector<VariableDeclaration>::const_iterator it = outputs.begin();
479 for (vector<VariableDeclaration>::const_iterator it = outputs.begin();
499 for (vector<VariableDeclaration>::const_iterator it = outputs.begin();
509 const vector<VariableDeclaration>& inputs,
527 for (vector<VariableDeclaration>::const_iterator it = inputs.begin();