Home
last modified time | relevance | path

Searched defs:hWnd (Results 1 – 23 of 23) 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/mesa3d/src/gallium/frontends/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.c255 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/skia/tools/sk_app/win/
DWindow_win.cpp210 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/external/skqp/tools/sk_app/win/
DWindow_win.cpp208 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/external/OpenCL-CTS/test_extensions/media_sharing/
Dwrappers.cpp31 static LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.cpp116 static LRESULT WINAPI HarnessD3D10_Proc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in HarnessD3D10_Proc()
/external/angle/util/windows/win32/
DWin32Window.cpp231 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/external/OpenCL-CTS/test_conformance/d3d11/
Dharness.cpp139 static LRESULT WINAPI HarnessD3D11_Proc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in HarnessD3D11_Proc()
/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.cpp1854 __in HWND hWnd, in WndProc()
1991 BOOL OnCreate(__in HWND hWnd) { in OnCreate()
2038 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/angle/third_party/VulkanMemoryAllocator/src/
DVulkanSample.cpp1964 static LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp377 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc()
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp162 void f(int hWnd) { in f()