Classes | |
class | T2NamedPipeServer |
class | T2NamedPipeServerThread |
class | TBitField |
struct | VirtualButtonDefinition |
Enumerations | |
enum class | TTEXTURERESOURCEFORMAT { Unknown = 0 , R8G8B8A8 , R8G8B8 , R5G5B5A1 , DDS , R4G4B4A4 } |
Functions | |
void | ThreadSleep (TUINT dwMilliseconds) |
void | FixPathSlashes (TString8 &a_rPath) |
void | FixPathSlashesBack (TString8 &a_rPath) |
TString8 | Platform_UnicodeToUTF8 (const TWCHAR *a_wszUnicodeString) |
TString16 | Platform_UTF8ToUnicode (const TCHAR *a_pchUTF8String) |
unsigned long __stdcall | ThreadEntry (void *userParam) |
TREGION | TRegion_GetRegion () |
void | TRegion_SetRegion (TREGION a_eRegion) |
void | TRegion_LockRegion () |
void | TRegion_UnlockRegion () |
|
strong |
void Toshi::FixPathSlashes | ( | TString8 & | a_rPath | ) |
Definition at line 24 of file Platform_Win.cpp.
void Toshi::FixPathSlashesBack | ( | TString8 & | a_rPath | ) |
Definition at line 33 of file Platform_Win.cpp.
Definition at line 42 of file Platform_Win.cpp.
Definition at line 64 of file Platform_Win.cpp.
unsigned long __stdcall Toshi::ThreadEntry | ( | void * | userParam | ) |
Definition at line 17 of file TThread_Win.cpp.
void Toshi::ThreadSleep | ( | TUINT | dwMilliseconds | ) |
Definition at line 19 of file Platform_Win.cpp.
TREGION Toshi::TRegion_GetRegion | ( | ) |
Definition at line 9 of file TRegion.cpp.
void Toshi::TRegion_LockRegion | ( | ) |
Definition at line 20 of file TRegion.cpp.
void Toshi::TRegion_SetRegion | ( | TREGION | a_eRegion | ) |
Definition at line 14 of file TRegion.cpp.
void Toshi::TRegion_UnlockRegion | ( | ) |
Definition at line 25 of file TRegion.cpp.
TBOOL Toshi::g_bCreated = false |
Definition at line 22 of file T2Render_GL.cpp.
T2TestingFramework::FailCallback_t Toshi::g_fnFailCallback |
Definition at line 92 of file T2TestingFramework.cpp.
T2TestingFramework::SuccessCallback_t Toshi::g_fnSuccessCallback |
Definition at line 93 of file T2TestingFramework.cpp.
TSystemManager Toshi::g_oSystemManager |
Definition at line 15 of file TSystem.cpp.
TMemory* Toshi::g_pMemory = nullptr |
Definition at line 131 of file TMemory.cpp.
T2TestingFramework* Toshi::g_pTestingFramework |
Definition at line 31 of file T2TestingFramework.cpp.
GLuint Toshi::g_uiBoundFBO = 0 |
Definition at line 36 of file T2FrameBuffer_GL.cpp.
T2GlobalAllocator Toshi::ms_oGlobalAllocator |
Definition at line 12 of file T2Allocator.cpp.