Lines Matching refs:attribName
1209 std::stringstream attribName;
1210 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx();
1212 attribName.str().c_str());
1228 std::stringstream attribName;
1229 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx();
1231 deUint32 loc = m_ctx.getAttribLocation(program, attribName.str().c_str());