Searched refs:indices (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/ |
| D | demo_Models.cpp | 109 void ModelBase::InitializeCore(u16* indices, f32* attr1, f32* attr2, f32* attr3, f32* attr4) in InitializeCore() argument 111 if (indices == NULL || attr1 == NULL) in InitializeCore() 137 glBufferData(GL_ELEMENT_ARRAY_BUFFER, m_IndexSize, indices, GL_STATIC_DRAW); in InitializeCore() 201 u16 indices[] = in Initialize() local 210 m_IndexSize = sizeof(indices); in Initialize() 242 InitializeCore(indices, attrBufPtr[0], attrBufPtr[1], attrBufPtr[2], attrBufPtr[3]); in Initialize()
|
| D | demo_Models.h | 83 void InitializeCore(u16* indices, f32* attr1, f32* attr2, f32* attr3, f32* attr4);
|