Lines Matching refs:precName
827 const char* precName = getPrecisionName(in.precision); in init() local
833 vtx << "attribute " << precName << " " << typeName << " a_"; in init()
841 vtx << "varying " << precName << " " << typeName << " v_" << typeName << ";\n"; in init()
842 frag << "varying " << precName << " " << typeName << " v_" << typeName << ";\n"; in init()
854 vtx << "varying " << precName << " " << typeName << " v_coords;\n"; in init()
855 frag << "varying " << precName << " " << typeName << " v_coords;\n"; in init()
864 op << "uniform " << precName << " " << typeName << " u_in" << inNdx << ";\n"; in init()
869 op << "const " << precName << " " << typeName << " in" << inNdx << " = "; in init()
1166 const char* precName = getPrecisionName(precision); in init() local
1167 … string baseName = string(inTypeList[inTypeNdx].name) + "_" + precName + "_" + matTypeName + "_"; in init()
1188 …string vecMatName = string(inTypeList[inTypeNdx].name) + "_" + precName + "_" + getDataTypeName(ve… in init()