Lines Matching refs:m_index_count
124 m_index_count = 0; in base()
157 virtual unsigned int get_index_count() { return m_index_count; } in get_index_count()
170 unsigned int m_index_count; // = vertex count variable
192 m_index_count = m_triangle_count * 3; in sphere()
194 m_vertex = new float [ m_index_count * 3 ]; in sphere()
196 m_normal = new float [ m_index_count * 3 ]; in sphere()
197 m_tangent = new float [ m_index_count * 3 ]; in sphere()
198 m_binormal = new float [ m_index_count * 3 ]; in sphere()
199 m_color = new float [ m_index_count * 4 ]; in sphere()
200 m_texture = new float [ m_index_count * 2 ]; in sphere()
201 m_index = new unsigned short [ m_index_count ]; in sphere()
202 m_vertex_attr = new vertex_attr_t [ m_index_count ]; in sphere()
251 m_index_count = idx; in sphere()
253 for ( unsigned int i = 0; i < m_index_count; i++ ) { in sphere()
284 m_index_count = m_triangle_count * 3; in squre()
286 m_vertex = new float [ m_index_count * 3 ]; in squre()
287 m_normal = new float [ m_index_count * 3 ]; in squre()
288 m_tangent = new float [ m_index_count * 3 ]; in squre()
289 m_binormal = new float [ m_index_count * 3 ]; in squre()
290 m_color = new float [ m_index_count * 4 ]; in squre()
291 m_texture = new float [ m_index_count * 2 ]; in squre()
292 m_index = new unsigned short [ m_index_count ]; in squre()
337 m_index_count = idx; in squre()