Lines Matching refs:value
423 std::stringstream value;
450 value << (attribNdx != 0 ? " + " : "" ) << scale << " * vec4(a_attrib" << attribNdx << ")";
468 value << (attribNdx != 0 ? " + " : "" ) << scale << " * a_attrib" << attribNdx;
471 value << (attribNdx != 0 ? " + " : "" ) << "a_attrib" << attribNdx;
478 << "\tv_value = " << value.str() << ";\n";
1007 std::stringstream value;
1034 value << (attribNdx != 0 ? " + " : "" ) << scale << " * vec4(a_attrib" << attribNdx << ")";
1052 value << (attribNdx != 0 ? " + " : "" ) << scale << " * a_attrib" << attribNdx;
1055 value << (attribNdx != 0 ? " + " : "" ) << "a_attrib" << attribNdx;
1062 << "\tv_value = " << value.str() << ";\n";