Home | History | Annotate | Download | only in glshared

Lines Matching refs:attribName

1962 		std::stringstream attribName;
1963 attribName << "a_" << arrayNdx;
1965 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str());
2119 std::stringstream attribName;
2120 attribName << "a_" << arrayNdx;
2122 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str());