Home
last modified time | relevance | path

Searched refs:win32 (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/glfw/src/
H A Dwin32_init.c77 (HMODULE*) &_glfw.win32.instance)) in loadLibraries()
84 _glfw.win32.user32.instance = _glfwPlatformLoadModule("user32.dll"); in loadLibraries()
85 if (!_glfw.win32.user32.instance) in loadLibraries()
92 _glfw.win32.user32.SetProcessDPIAware_ = (PFN_SetProcessDPIAware) in loadLibraries()
93 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "SetProcessDPIAware"); in loadLibraries()
94 _glfw.win32.user32.ChangeWindowMessageFilterEx_ = (PFN_ChangeWindowMessageFilterEx) in loadLibraries()
95 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "ChangeWindowMessageFilterEx"); in loadLibraries()
96 _glfw.win32.user32.EnableNonClientDpiScaling_ = (PFN_EnableNonClientDpiScaling) in loadLibraries()
97 _glfwPlatformGetModuleSymbol(_glfw.win32.user32.instance, "EnableNonClientDpiScaling"); in loadLibraries()
98 _glfw.win32 in loadLibraries()
603 const _GLFWplatform win32 = _glfwConnectWin32() local
[all...]
H A Dwin32_window.c200 GetDpiForWindow(window->win32.handle)); in applyAspectRatio()
231 SetCursor(window->cursor->win32.handle); in updateCursorImage()
240 SetCursor(_glfw.win32.blankCursor); in updateCursorImage()
249 GetClientRect(window->win32.handle, &clipRect); in captureCursor()
250 ClientToScreen(window->win32.handle, (POINT*) &clipRect.left); in captureCursor()
251 ClientToScreen(window->win32.handle, (POINT*) &clipRect.right); in captureCursor()
253 _glfw.win32.capturedCursorWindow = window; in captureCursor()
261 _glfw.win32.capturedCursorWindow = NULL; in releaseCursor()
268 const RAWINPUTDEVICE rid = { 0x01, 0x02, 0, window->win32.handle }; in enableRawMouseMotion()
294 _glfw.win32 in disableCursor()
[all...]
H A Dwin32_thread.c41 assert(tls->win32.allocated == GLFW_FALSE); in _glfwPlatformCreateTls()
43 tls->win32.index = TlsAlloc(); in _glfwPlatformCreateTls()
44 if (tls->win32.index == TLS_OUT_OF_INDEXES) in _glfwPlatformCreateTls()
50 tls->win32.allocated = GLFW_TRUE; in _glfwPlatformCreateTls()
56 if (tls->win32.allocated) in _glfwPlatformDestroyTls()
57 TlsFree(tls->win32.index); in _glfwPlatformDestroyTls()
63 assert(tls->win32.allocated == GLFW_TRUE); in _glfwPlatformGetTls()
64 return TlsGetValue(tls->win32.index); in _glfwPlatformGetTls()
69 assert(tls->win32.allocated == GLFW_TRUE); in _glfwPlatformSetTls()
70 TlsSetValue(tls->win32 in _glfwPlatformSetTls()
[all...]
H A Dwin32_monitor.c53 if (wcscmp(mi.szDevice, monitor->win32.adapterName) == 0) in monitorCallback()
54 monitor->win32.handle = handle; in monitorCallback()
102 monitor->win32.modesPruned = GLFW_TRUE; in createMonitor()
104 wcscpy(monitor->win32.adapterName, adapter->DeviceName); in createMonitor()
107 monitor->win32.publicAdapterName, in createMonitor()
108 sizeof(monitor->win32.publicAdapterName), in createMonitor()
113 wcscpy(monitor->win32.displayName, display->DeviceName); in createMonitor()
116 monitor->win32.publicDisplayName, in createMonitor()
117 sizeof(monitor->win32.publicDisplayName), in createMonitor()
184 wcscmp(disconnected[i]->win32 in _glfwPollMonitorsWin32()
[all...]
H A Dwin32_joystick.c261 if (js->win32.device) in closeJoystick()
263 IDirectInputDevice8_Unacquire(js->win32.device); in closeJoystick()
264 IDirectInputDevice8_Release(js->win32.device); in closeJoystick()
267 _glfw_free(js->win32.objects); in closeJoystick()
362 if (memcmp(&js->win32.guid, &di->guidInstance, sizeof(GUID)) == 0) in deviceCallback()
370 if (FAILED(IDirectInput8_CreateDevice(_glfw.win32.dinput8.api, in deviceCallback()
480 js->win32.device = device; in deviceCallback()
481 js->win32.guid = di->guidInstance; in deviceCallback()
482 js->win32.objects = data.objects; in deviceCallback()
483 js->win32 in deviceCallback()
[all...]
H A Dwin32_platform.h276 #define XInputGetCapabilities _glfw.win32.xinput.GetCapabilities
277 #define XInputGetState _glfw.win32.xinput.GetState
281 #define DirectInput8Create _glfw.win32.dinput8.Create
291 #define SetProcessDPIAware _glfw.win32.user32.SetProcessDPIAware_
292 #define ChangeWindowMessageFilterEx _glfw.win32.user32.ChangeWindowMessageFilterEx_
293 #define EnableNonClientDpiScaling _glfw.win32.user32.EnableNonClientDpiScaling_
294 #define SetProcessDpiAwarenessContext _glfw.win32.user32.SetProcessDpiAwarenessContext_
295 #define GetDpiForWindow _glfw.win32.user32.GetDpiForWindow_
296 #define AdjustWindowRectExForDpi _glfw.win32.user32.AdjustWindowRectExForDpi_
297 #define GetSystemMetricsForDpi _glfw.win32
[all...]
H A Dwin32_thread.h35 #define GLFW_WIN32_TLS_STATE _GLFWtlsWin32 win32;
36 #define GLFW_WIN32_MUTEX_STATE _GLFWmutexWin32 win32;
H A Dwin32_time.c38 QueryPerformanceFrequency((LARGE_INTEGER*) &_glfw.timer.win32.frequency); in _glfwPlatformInitTimer()
50 return _glfw.timer.win32.frequency; in _glfwPlatformGetTimerFrequency()
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.hpp46 namespace win32 namespace
177 } // win32
199 win32::Process* m_process;
206 win32::CaseListWriter m_caseListWriter;
207 win32::FileReader m_stdOutReader;
208 win32::FileReader m_stdErrReader;
209 win32::TestLogReader m_testLogReader;
/third_party/libcoap/scripts/
H A Dapi-version-bump.sh51 # Adjust LibCoAPIncludeDir in win32/libcoap.props
52 sed -i "s/\(<LibCoAPIncludeDir>include\\\coap\)$LIBCOAP_API_VERSION/\1$NEW_VERSION/" win32/libcoap.props
54 # Adjust API version in in win32/libcoap.vcxproj
55 sed -i "s/\(<CustomBuild Include=\"\.\.\\\libcoap-\)$LIBCOAP_API_VERSION/\1$NEW_VERSION/" win32/libcoap.vcxproj win32/libcoap.vcxproj.filters
56 sed -i "s/\(<TargetName>\$(ProjectName)-\)$LIBCOAP_API_VERSION/\1$NEW_VERSION/" win32/libcoap.vcxproj
57 sed -i "s/\(libcoap-\)$LIBCOAP_API_VERSION/\1$NEW_VERSION/g" win32/install/install.vcxproj
/third_party/node/test/parallel/
H A Dtest-path.js39 [path.posix, path.win32].forEach((namespace) => {
60 assert.strictEqual(path.win32.sep, '\\');
66 assert.strictEqual(path.win32.delimiter, ';');
71 assert.strictEqual(path, path.win32);
H A Dtest-path-parse-format.js114 checkParseFormat(path.win32, winPaths);
116 checkSpecialCaseParseFormat(path.win32, winSpecialCaseParseTests);
117 checkErrors(path.win32);
119 checkFormat(path.win32, winSpecialCaseFormatTests);
124 [ path.win32.parse,
153 const os = parse === path.win32.parse ? 'win32' : 'posix';
/third_party/node/benchmark/path/
H A Djoin-win32.js3 const { win32 } = require('path');
21 win32.join(...copy);
23 win32.join(...args);
H A Drelative-win32.js3 const { win32 } = require('path');
27 win32.relative(`${paths}${i}`, `${to}${i}`);
29 win32.relative(paths, to);
H A Dresolve-win32.js3 const { win32 } = require('path');
24 win32.resolve(...copy);
26 win32.resolve(...args);
H A Dextname-win32.js3 const { win32 } = require('path');
24 win32.extname(i % 3 === 0 ? `${path}${i}` : path);
/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc62 using google::protobuf::io::win32::access;
63 using google::protobuf::io::win32::chdir;
64 using google::protobuf::io::win32::fopen;
65 using google::protobuf::io::win32::mkdir;
66 using google::protobuf::io::win32::stat;
H A Dgoogletest.cc58 using google::protobuf::io::win32::close;
59 using google::protobuf::io::win32::dup2;
60 using google::protobuf::io::win32::dup;
61 using google::protobuf::io::win32::mkdir;
62 using google::protobuf::io::win32::open;
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32Platform.cpp37 namespace win32 namespace
82 m_nativeDisplayFactoryRegistry.registerFactory(new win32::EGLNativeDisplayFactory(m_instance)); in Platform()
102 } // win32
108 return new tcu::win32::Platform(); in createPlatform()
H A DtcuWin32VulkanPlatform.cpp38 namespace win32 namespace
50 VulkanWindow (MovePtr<win32::Window> window) in VulkanWindow()
77 UniquePtr<win32::Window> m_window;
94 return new VulkanWindow(MovePtr<win32::Window>(new win32::Window(instance, (int)width, (int)height))); in createWindow()
312 } // win32
/third_party/node/lib/
H A Dpath.js50 const platformIsWin32 = (process.platform === 'win32');
152 const win32 = {
484 return win32.normalize(joined);
503 const fromOrig = win32.resolve(from);
504 const toOrig = win32.resolve(to);
623 const resolvedPath = win32.resolve(path);
1066 win32: null,
1531 win32: null,
1535 posix.win32 = win32
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListWGL.cpp41 static void getDefaultWglConfigList(tcu::win32::Platform& wglPlatform, glu::ApiType type, ConfigList& configList) in getDefaultWglConfigList()
45 const tcu::win32::Window tmpWindow(instance, 1, 1); in getDefaultWglConfigList()
100 tcu::win32::Platform& wglPlatform = dynamic_cast<tcu::win32::Platform&>(platform); in getConfigListWGL()
/third_party/node/deps/v8/tools/mb/
H A Dmb_test.py19 def __init__(self, win32=False):
23 if win32:
28 self.platform = 'win32'
181 def fake_mbw(self, files=None, win32=False):
182 mbw = FakeMBW(win32=win32)
360 mbw = self.fake_mbw(win32=True)
447 mbw = self.fake_mbw(files=files, win32=True)
478 mbw = self.fake_mbw(files=files, win32=True)
510 mbw = self.fake_mbw(files=files, win32
[all...]
/third_party/node/deps/openssl/openssl/engines/asm/
H A De_padlock-x86.pl141 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
151 &add ("eax",&DWP(0,"esp")) if(!($::win32 or $::coff));# &padlock_saved_context
199 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
451 &safeseh("_win32_segv_handler") if ($::win32);
460 if ($::win32 or $::coff) {
478 if ($::win32 or $::coff) {
524 if ($::win32 or $::coff) {
542 if ($::win32 or $::coff) {
/third_party/openssl/engines/asm/
H A De_padlock-x86.pl141 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
151 &add ("eax",&DWP(0,"esp")) if(!($::win32 or $::coff));# &padlock_saved_context
199 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
451 &safeseh("_win32_segv_handler") if ($::win32);
460 if ($::win32 or $::coff) {
478 if ($::win32 or $::coff) {
524 if ($::win32 or $::coff) {
542 if ($::win32 or $::coff) {

Completed in 12 milliseconds

12345