Home | History | Annotate | Download | only in glshared

Lines Matching full:attribname

1948 		std::stringstream attribName;
1949 attribName << "a_" << arrayNdx;
1951 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str());
2105 std::stringstream attribName;
2106 attribName << "a_" << arrayNdx;
2108 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str());