Searched refs:m_current (Results 1 – 2 of 2) sorted by relevance
139 m_arrays[m_current].data = new GLfloat[size]; in allocArr()140 m_arrays[m_current].type = GL_FLOAT; in allocArr()142 m_arrays[m_current].data = new GLshort[size]; in allocArr()143 m_arrays[m_current].type = GL_SHORT; in allocArr()145 m_arrays[m_current].stride = 0; in allocArr()146 m_arrays[m_current].allocated = true; in allocArr()150 m_arrays[m_current].type = type; in setArr()151 m_arrays[m_current].data = data; in setArr()152 m_arrays[m_current].stride = stride; in setArr()153 m_arrays[m_current].allocated = false; in setArr()[all …]
242 unsigned int m_current = 0; variable