Lines Matching refs:idx

33 static void _store_array( int idx, float *v, float *n, float *t, float *b, float *st, float *c,  in _store_array()  argument
37 v_array[idx*3+i] = v[i]; in _store_array()
39 n_array[idx*3+i] = n[i]; in _store_array()
40 t_array[idx*3+i] = t[i]; in _store_array()
41 b_array[idx*3+i] = b[i]; in _store_array()
45 st_array[idx*2+i] = st[i]; in _store_array()
47 c_array[idx*4+i] = c[i]; in _store_array()
48 i_array[idx] = idx; in _store_array()
204 int idx = 0; in sphere() local
214 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in sphere()
220 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in sphere()
226 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in sphere()
234 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in sphere()
240 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in sphere()
246 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in sphere()
251 m_index_count = idx; in sphere()
294 int idx = 0; in squre() local
303 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in squre()
309 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in squre()
315 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in squre()
321 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in squre()
327 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in squre()
333 …_store_array( idx++, v, n, t, b, st, c, m_vertex, m_normal, m_tangent, m_binormal, m_texture, m_co… in squre()
337 m_index_count = idx; in squre()