Lines Matching refs:i
177 for ( s32 i = 0; i < primSetNum; ++i ) in ResShape_Setup() local
179 resShape.GetPrimitiveSets( i ).Setup(allocator); in ResShape_Setup()
201 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in ResSeparateDataShape_Setup() local
203 resSeparateShape.GetVertexAttributes( i ).Setup(); in ResSeparateDataShape_Setup()
265 for ( uint i = 0; i < streamNum; ++i ) in Setup() local
267 ResIndexStream resStream = this->GetIndexStreams( u32(i) ); in Setup()
268 bufferObjects[ i ] = reinterpret_cast<u32>(resStream.ptr()); in Setup()
292 BufferData( bufferObjects[ i ], resStream, loadFlag ); in Setup()
349 for ( s32 i = 0; i < primSetNum; ++i ) in ResShape_Cleanup() local
351 resShape.GetPrimitiveSets( i ).Cleanup(); in ResShape_Cleanup()
363 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in ResSeparateDataShape_Cleanup() local
365 resSeparateShape.GetVertexAttributes( i ).Cleanup(); in ResSeparateDataShape_Cleanup()
404 for ( uint i = 0; i < streamNum; ++i ) in Cleanup() local
406 ResIndexStream resStream = this->GetIndexStreams( u32(i) ); in Cleanup()
414 DeleteBuffer( bufferObjects[ i ], resStream ); in Cleanup()
429 for (int i = 0 ; i < attributesCount ; ++i) in GetVertexCount() local
431 u32 vertexCount = this->GetVertexAttributes(i).GetVertexCount(); in GetVertexCount()