Home
last modified time | relevance | path

Searched refs:CXReadUncompRL (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.1.4/include/revolution/cx/
DCXStreamingUncompression.h171 s32 CXReadUncompRL( CXUncompContextRL *context, const void *data, u32 len );
/RvlSDK-3.1.4/build/libraries/cx/src/
DCXStreamingUncompression.c155 s32 CXReadUncompRL( CXUncompContextRL *context, const void* data, u32 len ) in CXReadUncompRL() function
/RvlSDK-3.1.4/build/demos/cxdemo/src/
Dcx_uncompress_stream.c281 CXReadUncompRL( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataRL()