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