Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc46 LRESULT WINAPI D3dRenderer::WindowProc(HWND hwnd, UINT msg, WPARAM wparam, in WindowProc() function in webrtc::test::D3dRenderer
143 wc.lpfnWndProc = WindowProc; in Create()
Dd3d_renderer.h36 static LRESULT WINAPI WindowProc(HWND hwnd, UINT msg, WPARAM wparam,
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp207 static LRESULT CALLBACK WindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
240 wndc.lpfnWndProc = WindowProc; in cvInitSystem()
1716 static LRESULT CALLBACK WindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WindowProc() function