HomeSort by relevance Sort by last modified time
    Searched refs:GWLP_USERDATA (Results 1 - 14 of 14) sorted by null

  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 33 Window* window = reinterpret_cast<Window*>(GetWindowLongPtr(hWnd, GWLP_USERDATA));
75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this);
93 SetWindowLongPtr(m_window, GWLP_USERDATA, 0);
  /external/webrtc/webrtc/base/
win32window.cc 93 ::GetWindowLongPtr(hwnd, GWLP_USERDATA));
98 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that));
110 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL);
  /external/vulkan-validation-layers/demos/smoke/
ShellWin32.h 39 ShellWin32 *shell = reinterpret_cast<ShellWin32 *>(GetWindowLongPtr(hwnd, GWLP_USERDATA));
ShellWin32.cpp 87 SetWindowLongPtr(hwnd_, GWLP_USERDATA, (LONG_PTR) this);
  /external/icu/icu4c/source/samples/layout/
layout.cpp 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context);
166 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
223 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
248 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
304 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
341 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
  /external/lzma/CPP/Windows/
Window.h 46 #define GWLP_USERDATA GWL_USERDATA
182 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); }
183 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); }
212 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); }
213 LONG_PTR GetUserDataLongPtr() const { return GetLongPtr(GWLP_USERDATA); }
  /external/skia/tools/sk_app/win/
Window_win.cpp 116 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this);
211 Window_win* window = (Window_win*) GetWindowLongPtr(hWnd, GWLP_USERDATA);
  /external/skqp/tools/sk_app/win/
Window_win.cpp 116 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this);
211 Window_win* window = (Window_win*) GetWindowLongPtr(hWnd, GWLP_USERDATA);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 615 PVRShellInit *pData = (PVRShellInit*) GetWindowLongPtr(hWnd, GWLP_USERDATA);
622 SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR)pCreate->lpCreateParams);
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 394 ::GetWindowLongPtr(hwnd, GWLP_USERDATA));
399 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(me));
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 951 #define GWLP_USERDATA (-21)
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 239 milliseconds