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 );
159 static void* LoadTexData( const char* path ) in LoadTexData() argument
164 DVDOpen( path, &fileInfo ); in LoadTexData()
184 static void* LoadTexDataRL( const char* path ) in LoadTexDataRL() argument
191 buf = LoadTexData( path ); in LoadTexDataRL()
218 static void* LoadTexDataLZ( const char* path ) in LoadTexDataLZ() argument
225 buf = LoadTexData( path ); in LoadTexDataLZ()
252 static void* LoadTexDataHuff( const char* path ) in LoadTexDataHuff() argument
259 buf = LoadTexData( path ); in LoadTexDataHuff()