Searched refs:currIdx (Results 1 – 1 of 1) sorted by relevance
188 s32 currIdx = 0; // index to control double buffer in LoadTexDataRL() local194 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataRL()195 len[ currIdx ] = 32; in LoadTexDataRL()199 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataRL()222 ASSERT( len[ currIdx ] != 0 ); in LoadTexDataRL()223 CXReadUncompRL( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataRL()226 currIdx = (currIdx == 0)? 1 : 0; in LoadTexDataRL()255 s32 currIdx = 0; // index to control double buffer in LoadTexDataLZ() local261 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataLZ()262 len[ currIdx ] = 32; in LoadTexDataLZ()[all …]