Lines Matching defs:m_arrayBuf
147 glw::GLuint m_arrayBuf;157 , m_arrayBuf (0)232 gl.genBuffers(1, &m_arrayBuf);233 gl.bindBuffer(GL_ARRAY_BUFFER, m_arrayBuf);249 if (m_arrayBuf)251 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_arrayBuf);252 m_arrayBuf = 0;267 gl.bindBuffer (GL_ARRAY_BUFFER, m_arrayBuf);