Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/applet/phtsel/
DMenu.h125 void SetSelectIndex( int idx ) in SetSelectIndex() argument
127 NN_ASSERT( idx>=0 && idx<GetValueNum() ); in SetSelectIndex()
128 m_nSelectIdx = idx; in SetSelectIndex()
233 value_type GetValue( s32 idx ) const in GetValue() argument
235 NN_ASSERT( idx>=0 && idx<GetValueNum() ); in GetValue()
236 return m_pValueArray[idx]; in GetValue()
298 value_type GetValue( s32 idx ) const in GetValue() argument
300 NN_ASSERT( idx>=0 && idx<GetValueNum() ); in GetValue()
301 return MinValue + idx; in GetValue()
DPhtselMenu.h305 value_type GetValue( s32 idx ) const in GetValue() argument
307 NN_ASSERT( idx>=0 && idx<GetValueNum() ); in GetValue()
308 return m_aValue[idx]; in GetValue()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
Ds.h33 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()
[all …]
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp154 GLushort idx[4] ={0, 1, 2, 3}; in LoadPlane() local
188 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(idx), idx, GL_STATIC_DRAW); in LoadPlane()
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp147 GLushort idx[4] ={0, 1, 2, 3}; in LoadPlane() local
181 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(idx), idx, GL_STATIC_DRAW); in LoadPlane()