Searched refs:getVertexAttribute (Results 1 – 3 of 3) sorted by relevance
34 const VertexAttribute& getVertexAttribute(size_t attributeIndex) const;
49 const VertexAttribute& VertexArray::getVertexAttribute(size_t attributeIndex) const in getVertexAttribute() function in es2::VertexArray
831 return getCurrentVertexArray()->getVertexAttribute(attribNum); in getVertexAttribState()842 return getCurrentVertexArray()->getVertexAttribute(attribNum).mPointer; in getVertexAttribPointer()1495 if(active && getCurrentVertexArray()->getVertexAttribute(attributeIndex).mDivisor == 0) in hasZeroDivisor()