|
RetroArch
|
#include "../osinclude.h"#include <windows.h>#include <cassert>#include <process.h>#include <psapi.h>#include <cstdio>#include <cstdint>Namespaces | |
| glslang | |
Macros | |
| #define | STRICT |
| #define | VC_EXTRALEAN 1 |
Functions | |
| OS_TLSIndex | glslang::ToGenericTLSIndex (DWORD handle) |
| DWORD | glslang::ToNativeTLSIndex (OS_TLSIndex nIndex) |
| OS_TLSIndex | glslang::OS_AllocTLSIndex () |
| bool | glslang::OS_SetTLSValue (OS_TLSIndex nIndex, void *lpvValue) |
| void * | glslang::OS_GetTLSValue (OS_TLSIndex nIndex) |
| bool | glslang::OS_FreeTLSIndex (OS_TLSIndex nIndex) |
| void | glslang::InitGlobalLock () |
| void | glslang::GetGlobalLock () |
| void | glslang::ReleaseGlobalLock () |
| unsigned int __stdcall | glslang::EnterGenericThread (void *entry) |
| void | glslang::OS_DumpMemoryCounters () |
Variables | |
| HANDLE | glslang::GlobalLock |
| #define STRICT |
| #define VC_EXTRALEAN 1 |
1.8.15