Home
last modified time | relevance | path

Searched refs:WndProc (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.h45 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
DWin32Window.cpp229 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function in Win32Window
520 parentWindowClass.lpfnWndProc = WndProc; in initialize()
537 childWindowClass.lpfnWndProc = WndProc; in initialize()