Searched refs:WindowProc (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.cc | 46 LRESULT WINAPI D3dRenderer::WindowProc(HWND hwnd, UINT msg, WPARAM wparam, in WindowProc() function in webrtc::test::D3dRenderer 143 wc.lpfnWndProc = WindowProc; in Create()
|
D | d3d_renderer.h | 36 static LRESULT WINAPI WindowProc(HWND hwnd, UINT msg, WPARAM wparam,
|
/external/opencv3/modules/highgui/src/ |
D | window_w32.cpp | 207 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
|