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