Searched refs:CXUncompContextLZ (Results 1 – 3 of 3) sorted by relevance
96 CXUncompContextLZ; typedef143 void CXInitUncompContextLZ( CXUncompContextLZ *context,185 s32 CXReadUncompLZ( CXUncompContextLZ *context, const void *data, u32 len );228 static inline BOOL CXIsFinishedUncompLZ( const CXUncompContextLZ *context ) in CXIsFinishedUncompLZ()269 static inline void CXiInitUncompContextLZFront( CXUncompContextLZ *context, void *dest, s32 destSiz… in CXiInitUncompContextLZFront()
54 void CXInitUncompContextLZ( CXUncompContextLZ *context, void* dest ) in CXInitUncompContextLZ()271 s32 CXReadUncompLZ( CXUncompContextLZ *context, const void* data, u32 len ) in CXReadUncompLZ()
316 CXUncompContextLZ context; // Streaming decompression context in LoadTexDataLZ()