Lines Matching refs:path
62 static void* LoadTexData ( const char* path );
63 static void* LoadTexDataRL ( const char* path );
64 static void* LoadTexDataLZ ( const char* path );
65 static void* LoadTexDataHuff( const char* path );
218 static void* LoadTexData( const char* path ) in LoadTexData() argument
223 DVDOpen( path, &fileInfo ); in LoadTexData()
243 static void* LoadTexDataRL( const char* path ) in LoadTexDataRL() argument
250 buf = LoadTexData( path ); in LoadTexDataRL()
277 static void* LoadTexDataLZ( const char* path ) in LoadTexDataLZ() argument
284 buf = LoadTexData( path ); in LoadTexDataLZ()
311 static void* LoadTexDataHuff( const char* path ) in LoadTexDataHuff() argument
318 buf = LoadTexData( path ); in LoadTexDataHuff()