Searched refs:getSemanticIndex (Results 1 – 6 of 6) sorted by relevance
132 int getSemanticIndex(const std::string &attributeName);
72 int getSemanticIndex(int attributeIndex);
446 int VertexShader::getSemanticIndex(const std::string &attributeName) in getSemanticIndex() function in gl::VertexShader
183 int Program::getSemanticIndex(int attributeIndex) in getSemanticIndex() function in gl::Program1609 int index = mVertexShader->getSemanticIndex(mLinkedAttribute[attributeIndex].name); in linkAttributes()
1959 attributes[i].semanticIndex = getCurrentProgram()->getSemanticIndex(i); in lookupAttributeMapping()
112 translated[attributeIndex].active = (program->getSemanticIndex(attributeIndex) != -1); in prepareVertexData()