Lines Matching refs:vec
871 static vector<BasicUniform>::const_iterator findWithName (const vector<BasicUniform>& vec, const char* const name)
873 for (vector<BasicUniform>::const_iterator it = vec.begin(); it != vec.end(); it++)
878 return vec.end();
1137 dst << "compare_" << glu::getDataTypeName(getSamplerLookupReturnType(uniform.type)) << "(texture(" << uniform.name << ", vec" << getSamplerNumLookupDimensions(uniform.type) << "(0.0))";