Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:VertexArray

9 #include "libGLESv2/VertexArray.h"
16 VertexArray::VertexArray(rx::VertexArrayImpl *impl, GLuint id, size_t maxAttribs)
24 VertexArray::~VertexArray()
35 GLuint VertexArray::id() const
40 void VertexArray::detachBuffer(GLuint bufferName)
56 const VertexAttribute& VertexArray::getVertexAttribute(size_t attributeIndex) const
62 void VertexArray::setVertexAttribDivisor(GLuint index, GLuint divisor)
69 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState)
76 void VertexArray::setAttributeState(unsigned int attributeIndex, gl::Buffer *boundBuffer, GLint size, GLenum type,
90 void VertexArray::setElementArrayBuffer(Buffer *buffer)