Searched refs:m_index (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/include/scene/ |
| D | Stack.h | 28 int m_index; variable 30 Stack() : m_index(0) {} in Stack() 34 NN_ASSERT(m_index<SIZE); in push() 35 m_stack[m_index]=item; in push() 36 ++m_index; in push() 40 NN_ASSERT(m_index>0); in pop() 41 --m_index; in pop() 45 NN_ASSERT(m_index>0); in top() 46 return m_stack[m_index-1]; in top() 48 int size() const { return m_index; } in size() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | s.h | 121 m_index = 0; in base() 141 if ( m_index ) in ~base() 142 delete [] m_index; in ~base() 155 virtual unsigned short *get_index() { return m_index; } in get_index() 168 unsigned short *m_index; variable 201 m_index = new unsigned short [ m_index_count ]; in sphere() 214 …idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_color, m_index ); in sphere() 220 …idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_color, m_index ); in sphere() 226 …idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_color, m_index ); in sphere() 234 …idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_color, m_index ); in sphere() [all …]
|