Searched refs:maDeviceID (Results 1 – 4 of 4) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/opengl/win/ |
H A D | WinDeviceInfo.cxx | 214 SAL_INFO("vcl.opengl", maDeviceID); in isDeviceBlocked() 228 writeToLog(aOpenGLLogFile, "DeviceID", maDeviceID); in isDeviceBlocked() 286 maDeviceID = o3tl::toU(displayDevice.DeviceID); in GetData() 289 if (maDeviceID.isEmpty() && in GetData() 300 HDEVINFO devinfo = SetupDiGetClassDevsW(nullptr, o3tl::toW(maDeviceID.getStr()), nullptr, in GetData() 367 appendIntegerWithPadding(maAdapterVendorID, ParseIDFromDeviceID(maDeviceID, "VEN_", 4), 4); in GetData() 368 appendIntegerWithPadding(maAdapterDeviceID, ParseIDFromDeviceID(maDeviceID, "&DEV_", 4), 4); in GetData() 369 appendIntegerWithPadding(maAdapterSubsysID, ParseIDFromDeviceID(maDeviceID, "&SUBSYS_", 8), 8); in GetData()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/opengl/win/ |
H A D | WinDeviceInfo.hxx | 31 OUString maDeviceID; member in WinOpenGLDeviceInfo 73 return maDeviceID; in GetDeviceID()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/win/ |
H A D | WinDeviceInfo.cxx | 540 SAL_INFO("vcl.opengl", maDeviceID); in isDeviceBlocked() 554 writeToLog(aOpenGLLogFile, "DeviceID", maDeviceID); in isDeviceBlocked() 613 maDeviceID = o3tl::toU(displayDevice.DeviceID); in GetData() 616 if (maDeviceID.isEmpty() && in GetData() 627 HDEVINFO devinfo = SetupDiGetClassDevsW(nullptr, o3tl::toW(maDeviceID.getStr()), nullptr, in GetData() 694 appendIntegerWithPadding(maAdapterVendorID, ParseIDFromDeviceID(maDeviceID, "VEN_", 4), 4); in GetData() 695 appendIntegerWithPadding(maAdapterDeviceID, ParseIDFromDeviceID(maDeviceID, "&DEV_", 4), 4); in GetData() 696 appendIntegerWithPadding(maAdapterSubsysID, ParseIDFromDeviceID(maDeviceID, "&SUBSYS_", 8), 8); in GetData()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/opengl/win/ |
H A D | WinDeviceInfo.hxx | 127 OUString maDeviceID; member in WinOpenGLDeviceInfo 175 return maDeviceID; in GetDeviceID()
|