Home
last modified time | relevance | path

Searched refs:hWnd (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp229 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument
236 SetWindowLongPtr(hWnd, GWLP_USERDATA, in WndProc()
238 return DefWindowProcA(hWnd, message, wParam, lParam); in WndProc()
242 Win32Window *window = reinterpret_cast<Win32Window *>(GetWindowLongPtr(hWnd, GWLP_USERDATA)); in WndProc()
259 GetClientRect(hWnd, &winRect); in WndProc()
264 ClientToScreen(hWnd, &topLeft); in WndProc()
278 GetClientRect(hWnd, &winRect); in WndProc()
283 ClientToScreen(hWnd, &topLeft); in WndProc()
288 ClientToScreen(hWnd, &botRight); in WndProc()
482 return DefWindowProcA(hWnd, message, wParam, lParam); in WndProc()
DWin32Window.h45 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/hardware/google/gfxstream/guest/mesa/include/d3dadapter/
Dpresent.h90 …HRESULT (WINAPI *GetWindowInfo)(ID3DPresent *This, HWND hWnd, int *width, int *height, int *depth…