Searched refs:currIdx (Results 1 – 1 of 1) sorted by relevance
246 s32 currIdx = 0; // Index to control double buffer in LoadTexDataRL() local252 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataRL()253 len[ currIdx ] = 32; in LoadTexDataRL()257 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataRL()280 ASSERT( len[ currIdx ] != 0 ); in LoadTexDataRL()281 CXReadUncompRL( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataRL()284 currIdx = (currIdx == 0)? 1 : 0; in LoadTexDataRL()313 s32 currIdx = 0; // Index to control double buffer in LoadTexDataLZ() local319 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataLZ()320 len[ currIdx ] = 32; in LoadTexDataLZ()[all …]