Lines Matching refs:index
287 for (u32 index = 0; index < 3; index++) in InitializeCube() local
289 s_ArrayBufferIdArray[index] = 0; in InitializeCube()
361 for (u32 index = 0; index < 3; index++) in SetCube() local
363 s_CubeHalfEdge[index] = 0.5f; in SetCube()
366 for (u32 index = 0; index < 3; index++) in SetCube() local
368 s_Position[index] = 0.0f; in SetCube()
369 s_Angle[index] = 0.0f; in SetCube()
548 for (u32 index = 0; index < 4; index++) in SetCubeNormal() local
557 for (u32 index = 0; index < 4; index++) in SetCubeNormal() local
566 for (u32 index = 0; index < 4; index++) in SetCubeNormal() local
575 for (u32 index = 0; index < 4; index++) in SetCubeNormal() local
584 for (u32 index = 0; index < 4; index++) in SetCubeNormal() local
593 for (u32 index = 0; index < 4; index++) in SetCubeNormal() local
718 for (u32 index = 0; index < 3; index++) in FinalizeCube() local
720 s_ArrayBufferIdArray[index] = 0; in FinalizeCube()
920 for (u32 index = VERTEX_ATTRIBUTES_NUM; index < 8; index++) in DrawCube() local
922 glDisableVertexAttribArray(index); in DrawCube()