mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-03-22 22:00:13 +00:00
feat(profile): tidy files
This commit is contained in:
parent
47b08df145
commit
837e8689ef
255 changed files with 3488 additions and 14580 deletions
|
|
@ -1,16 +1,38 @@
|
|||
TextureRelease 0047BF30 f end=0047BF46
|
||||
TextureAddRef 0047BF70 f end=0047BF82
|
||||
TextureEnableAtlas 004B5390 f end=004B539D
|
||||
TextureIsSame 004B53A0 f end=004B5423
|
||||
TextureCalcMipCount 004B5510 f end=004B5549 type="int32_t __stdcall func(uint32_t width, uint32_t height)"
|
||||
TextureGenerateMips 004B5550 f end=004B55D7
|
||||
TextureFreeMippedImg 004B55E0 f end=004B55FE
|
||||
TextureDiscoverFileType 004B5600 f end=004B5661
|
||||
TexturePickAlternateFilename 004B5670 f end=004B56E7
|
||||
LoadPredrawnMips 004B5A00 f end=004B5BA2
|
||||
TextureCacheGetMaxSize 004B6180 f end=004B61B5
|
||||
TextureIsReadyNow 004B62A0 f end=004B62C1
|
||||
TextureSetCacheSize 004B6580 f end=004B65D5
|
||||
TextureNotifyGxRestart 004B65E0 f end=004B660D
|
||||
TextureGetDimensions 004B6610 f end=004B666A
|
||||
TextureAllocGxTex 004B6760 f end=004B6920
|
||||
TextureCacheUpdate 004B6AE0 f end=004B6C47
|
||||
TextureGetGxTex 004B6CB0 f end=004B6D82
|
||||
TextureCacheGetTexture 004B6F30 f end=004B6F93
|
||||
TextureAllocMippedImg 004B7220 f end=004B72F4 type="MipBits* __stdcall func(PIXEL_FORMAT format, uint32_t width, uint32_t height)"
|
||||
TextureFreeMippedImg 004B7300 f end=004B73D9 type="void func(MipBits* image)"
|
||||
LoadTgaMips 004B78A0 f end=004B7AA0 type="int32_t __usercall func@<eax>(char* ext@<eax>, char* filename, int32_t a3, MipBits** mipBits, uint32_t* width, uint32_t* height, PIXEL_FORMAT* texFormat, int32_t* isOpaque@<ecx>, uint32_t* alphaBits, PIXEL_FORMAT* dataFormat)"
|
||||
TextureInitialize 004B7F80 f end=004B7FF7
|
||||
LoadBlpMips 004B8070 f end=004B81CE type="int32_t __usercall func@<eax>(char* ext@<eax>, char* filename@<ebx>, int32_t a3, MipBits** mipBits, uint32_t* width, uint32_t* height, uint32_t* isOpaque, uint32_t* alphaBits, PIXEL_FORMAT* dataFormat)"
|
||||
TextureLoadImage 004B81D0 f end=004B8385 type="MipBits* func(const char* filename, uint32_t* width, uint32_t* height, PIXEL_FORMAT* dataFormat, int32_t* isOpaque, CStatus* status, uint32_t* alphaBits, int32_t a8)"
|
||||
TextureCreate 004B8C80 f end=004B8D6A
|
||||
TextureCreate 004B9200 f end=004B9235
|
||||
TextureCreateSolid 004B9550 f end=004B95B0
|
||||
TextureCreate 004B9760 f end=004B9903
|
||||
TextureCacheCopyTexture 004F2CE0 f end=004F2CF5
|
||||
TextureCacheHasMips 004F2D80 f end=004F2DA7
|
||||
TextureCacheResetLoadCount 004F2DB0 f end=004F2DBB
|
||||
TextureCacheAllocEntry 004F3110 f end=004F31A0
|
||||
TextureCacheDestroyTexture 004F31A0 f end=004F31EA
|
||||
TextureCacheCreateTexture 004F3930 f end=004F3999
|
||||
CTgaFile__ColorMapEntryBytes 006AA350 f end=006AA379 ; UC
|
||||
CTgaFile__ColorMapBytes 006AA380 f end=006AA3B0
|
||||
CTgaFile__ValidateColorDepth 006AA3B0 f end=006AA3E0 type="int32_t __thiscall func(CTgaFile* this)"
|
||||
|
|
@ -34,6 +56,7 @@ CalcLevelCount 006AB700 f end=006AB75C type="uint32_t __stdcall func(uint32_t wi
|
|||
MippedImgAllocA 006AB760 f end=006AB7DF type="MipBits* __stdcall func(uint32_t fourCC, uint32_t width, uint32_t height, char* filename, int32_t linenumber)"
|
||||
MippedImgSet 006AB810 f end=006AB85E type="void __stdcall func(uint32_t fourCC, uint32_t width, uint32_t height, MipBits* bits)"
|
||||
FullShrink 006AB860 f end=006ABAAF type="void __stdcall func(C4Pixel* dest, uint32_t destWidth, uint32_t destHeight, C4Pixel* source, uint32_t sourceWidth, uint32_t sourceHeight)"
|
||||
CalcRowStride 006AC130 f end=006AC190
|
||||
CBLPFile__Close 006AE8B0 f end=006AE8DA type="void __thiscall func(CBLPFile* this)"
|
||||
CBLPFile__Source 006AE900 f end=006AE990 type="int32_t __thiscall func(CBLPFile* this, void* fileBits)"
|
||||
CBLPFile__DecompPalFastPath 006AE990 f end=006AE9D6 type="void __thiscall func(CBLPFile* this, uint8_t* data, void* tempbuffer, uint32_t colorSize)"
|
||||
|
|
@ -43,34 +66,11 @@ CBLPFile__DecompPalARGB1555DitherFloydSteinberg 006AEE70 f end=006AF133 type="vo
|
|||
CBLPFile__DecompPalARGB565DitherFloydSteinberg 006AF140 f end=006AF33F type="void __thiscall func(CBLPFile* this, uint8_t* data, void* tempbuffer, uint32_t width, uint32_t height)"
|
||||
CBLPFile__DecompPalARGB2565DitherFloydSteinberg 006AF340 f end=006AF65D type="void __thiscall func(CBLPFile* this, uint8_t* data, void* tempbuffer, uint32_t width, uint32_t height)"
|
||||
CBLPFile__Pixels 006AF6A0 f end=006AF6D1 type="uint32_t __thiscall func(CBLPFile* this, uint32_t mipLevel)"
|
||||
CBLPFile__Unlock 006AF6E0 f end=006AF728
|
||||
CBLPFile__GetFormatSize 006AF730 f end=006AF7E9 type="int32_t __thiscall func(CBLPFile *this, PIXEL_FORMAT format, uint32_t mipLevel, uint32_t* size, uint32_t* stride)"
|
||||
CBLPFile__DecompPal 006AF810 f end=006AF984 type="int32_t __thiscall func(CBLPFile* this, PIXEL_FORMAT format, uint32_t mipLevel, uint8_t* data, void* tempBuffer)"
|
||||
CBLPFile__Lock 006AF990 f end=006AFB55
|
||||
CBLPFile__Lock2 006AFCE0 f end=006AFF06 type="int32_t __thiscall func(CBLPFile* this, char* fileName, PIXEL_FORMAT format, uint32_t mipLevel, unsigned char* data, uint32_t* stride)"
|
||||
CBLPFile__Open 006AFF10 f end=006AFFCF type="int32_t __thiscall func(CBLPFile* this, char* filename)"
|
||||
CBLPFile__LockChain2 006AFFD0 f end=006B012E type="int32_t __thiscall func(CBLPFile* this, char* fileName, PIXEL_FORMAT format, MipBits** images, uint32_t mipLevel, int32_t a6)"
|
||||
CBLPFile__Unlock 006AF6E0 f end=006AF728
|
||||
CBLPFile__Lock 006AF990 f end=006AFB55
|
||||
CalcRowStride 006AC130 f end=006AC190
|
||||
TextureIsReadyNow 004B62A0 f end=004B62C1
|
||||
TextureGetGxTex 004B6CB0 f end=004B6D82
|
||||
TextureRelease 0047BF30 f end=0047BF46
|
||||
TextureAllocGxTex 004B6760 f end=004B6920
|
||||
TextureCreate 004B8C80 f end=004B8D6A
|
||||
TextureCreate 004B9200 f end=004B9235
|
||||
TextureCacheCopyTexture 004F2CE0 f end=004F2CF5
|
||||
TextureCacheHasMips 004F2D80 f end=004F2DA7
|
||||
TextureCacheResetLoadCount 004F2DB0 f end=004F2DBB
|
||||
TextureCacheDestroyTexture 004F31A0 f end=004F31EA
|
||||
TextureCacheCreateTexture 004F3930 f end=004F3999
|
||||
TextureGetDimensions 004B6610 f end=004B666A
|
||||
TextureAddRef 0047BF70 f end=0047BF82
|
||||
TextureCacheAllocEntry 004F3110 f end=004F31A0
|
||||
TextureCreateSolid 004B9550 f end=004B95B0
|
||||
TextureIsSame 004B53A0 f end=004B5423
|
||||
TextureDiscoverFileType 004B5600 f end=004B5661
|
||||
TexturePickAlternateFilename 004B5670 f end=004B56E7
|
||||
TextureNotifyGxRestart 004B65E0 f end=004B660D
|
||||
TextureCreate 004B9760 f end=004B9903
|
||||
TextureCacheGetMaxSize 004B6180 f end=004B61B5
|
||||
TextureCacheGetTexture 004B6F30 f end=004B6F93
|
||||
ProjectTex2dGetAddFadeTex 007E2C60 f end=007E2C73
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue