Home | History | Annotate | Download | only in glshared

Lines Matching full:attribname

1177 			std::stringstream attribName;
1178 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx();
1180 deUint32 loc = m_ctx.getAttribLocation(program, attribName.str().c_str());
1196 std::stringstream attribName;
1197 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx();
1199 deUint32 loc = m_ctx.getAttribLocation(program, attribName.str().c_str());