Searched refs:VBoxExtWndCreate (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | vboxext.h | 48 HRESULT VBoxExtWndCreate(DWORD width, DWORD height, HWND *phWnd, HDC *phDC);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | vboxext.h | 47 HRESULT VBoxExtWndCreate(DWORD width, DWORD height, HWND *phWnd, HDC *phDC);
|
H A D | vboxext.c | 663 HRESULT VBoxExtWndCreate(DWORD width, DWORD height, HWND *phWnd, HDC *phDC) function
|
H A D | swapchain.c | 953 hr = VBoxExtWndCreate(present_parameters->BackBufferWidth, present_parameters->BackBufferHeight, &window, &hDC); 956 ERR("VBoxExtWndCreate failed, hr 0x%x", hr);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | vboxext.h | 47 HRESULT VBoxExtWndCreate(DWORD width, DWORD height, HWND *phWnd, HDC *phDC);
|
H A D | vboxext.c | 661 HRESULT VBoxExtWndCreate(DWORD width, DWORD height, HWND *phWnd, HDC *phDC) function
|
H A D | swapchain.c | 1063 hr = VBoxExtWndCreate(desc->backbuffer_width, desc->backbuffer_height, &window, &hDC); 1066 ERR("VBoxExtWndCreate failed, hr 0x%x", hr);
|
Completed in 409 milliseconds