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