Searched refs:getSemanticIndex (Results 1 – 3 of 3) sorted by relevance
105 int getSemanticIndex(const std::string &attributeName) const;
407 int VertexShader::getSemanticIndex(const std::string &attributeName) const in getSemanticIndex() function in es2::VertexShader
1633 int index = vertexShader->getSemanticIndex(attribute.name); in linkAttributes()