Searched refs:m_GlVertexBufferObject (Results 1 – 3 of 3) sorted by relevance
525 return m_GlVertexBufferObject[index]; in GetVBO()568 GLuint m_GlVertexBufferObject[VBO_MAX]; variable
209 glDeleteBuffers(this->VBO_MAX, m_GlVertexBufferObject); in Finalize()
746 glGenBuffers(this->VBO_MAX, m_GlVertexBufferObject); in InitVBO()