Home
last modified time | relevance | path

Searched refs:getVertexAttribute (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.h34 const VertexAttribute& getVertexAttribute(size_t attributeIndex) const;
DVertexArray.cpp49 const VertexAttribute& VertexArray::getVertexAttribute(size_t attributeIndex) const in getVertexAttribute() function in es2::VertexArray
DContext.cpp831 return getCurrentVertexArray()->getVertexAttribute(attribNum); in getVertexAttribState()
842 return getCurrentVertexArray()->getVertexAttribute(attribNum).mPointer; in getVertexAttribPointer()
1495 if(active && getCurrentVertexArray()->getVertexAttribute(attributeIndex).mDivisor == 0) in hasZeroDivisor()