Data Structures |
| struct | wined3d_wndproc |
| struct | wined3d_wndproc_table |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (d3d) |
| | WINE_DECLARE_DEBUG_CHANNEL (winediag) |
| | void (CDECL *wine_tsx11_lock_ptr)(void) |
| struct wined3d *CDECL | wined3d_create (UINT version, DWORD flags, void *parent) |
| static DWORD | get_config_key (HKEY defkey, HKEY appkey, const char *name, char *buffer, DWORD size) |
| static DWORD | get_config_key_dword (HKEY defkey, HKEY appkey, const char *name, DWORD *data) |
| static void CDECL | wined3d_do_nothing (void) |
| static BOOL | wined3d_dll_init (HINSTANCE hInstDLL) |
| static BOOL | wined3d_dll_destroy (HINSTANCE hInstDLL) |
| void WINAPI | wined3d_mutex_lock (void) |
| void WINAPI | wined3d_mutex_unlock (void) |
| static void | wined3d_wndproc_mutex_lock (void) |
| static void | wined3d_wndproc_mutex_unlock (void) |
| static struct wined3d_wndproc * | wined3d_find_wndproc (HWND window) |
| static LRESULT CALLBACK | wined3d_wndproc (HWND window, UINT message, WPARAM wparam, LPARAM lparam) |
| BOOL | wined3d_register_window (HWND window, struct wined3d_device *device) |
| void | wined3d_unregister_window (HWND window) |
| BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv) |
Variables |
| static struct wined3d_wndproc_table | wndproc_table |
| int | num_lock = 0 |
| static CRITICAL_SECTION | wined3d_cs = {&wined3d_cs_debug, -1, 0, 0, 0, 0} |
| static CRITICAL_SECTION_DEBUG | wined3d_cs_debug |
| static CRITICAL_SECTION | wined3d_wndproc_cs = {&wined3d_wndproc_cs_debug, -1, 0, 0, 0, 0} |
| static CRITICAL_SECTION_DEBUG | wined3d_wndproc_cs_debug |
| struct wined3d_settings | wined3d_settings |