Home
last modified time | relevance | path

Searched defs:hWnd (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp53 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
93 bool TestEGLError(HWND hWnd, const char* pszLocation) in TestEGLError()
120 int Cleanup(EGLDisplay eglDisplay, HWND hWnd, HDC hDC) in Cleanup()
154 HWND hWnd = 0; in WinMain() local
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c38 window_proc(HWND hWnd, in window_proc()
72 HWND hWnd = NULL; in graw_create_window_and_screen() local
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h76 LPMSG lpMsg, HWND hWnd, in GetMessage_Win32()
82 LPMSG lpMsg, HWND hWnd, in GetMessage()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc()
84 HWND hWnd; in wglCreatePbufferARB() local
Dstw_framebuffer.h66 HWND hWnd; member
Dstw_framebuffer.c254 HWND hWnd; in stw_framebuffer_create() local
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp574 void doButtonDown(HWND hWnd, PVRShellInit *pData, EPVRShellButtonState eButton, LPARAM lParam) in doButtonDown()
584 bool doButtonUp(HWND hWnd, PVRShellInit *pData, EPVRShellButtonState eButton, LPARAM lParam) in doButtonUp()
613 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Drx_windows_user.h18 HWND hWnd; member
51 HWND hWnd; member
Dwindows_user.h81 … LRESULT CALLBACK WindowCallback(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) noexcept { in WindowCallback()
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp31 static LRESULT CALLBACK windowProcCallback (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProcCallback()
/external/mesa3d/src/glx/windows/
Dwindowsgl_internal.h55 HWND hWnd; member
/external/skqp/tools/sk_app/win/
DWindow_win.cpp208 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/external/skia/tools/sk_app/win/
DWindow_win.cpp208 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc276 HWND hWnd, in VideoRenderDirect3D9()
365 int VideoRenderDirect3D9::InitializeD3D(HWND hWnd, in InitializeD3D()
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc97 LRESULT CALLBACK WebRtcWinProc( HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in WebRtcWinProc()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1836 __in HWND hWnd, in WndProc()
1973 BOOL OnCreate(__in HWND hWnd) { in OnCreate()
2020 BOOL SetControlColor(HWND hWnd, HDC hDC, HBRUSH *brush) { in SetControlColor()
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDService.cpp2062 CDNSSDService::WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ) in WndProc()
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp162 void f(int hWnd) { in f()