Home
last modified time | relevance | path

Searched refs:GetDeviceVendor (Results 1 – 25 of 60) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Dblocklistparsertest.cxx51 …CPPUNIT_ASSERT_EQUAL(WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorAll), aDriveInfo.maAdapterVen… in testParse()
57 …CPPUNIT_ASSERT_EQUAL(WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorNVIDIA), aDriveInfo.maAdapter… in testParse()
62 …CPPUNIT_ASSERT_EQUAL(WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorMicrosoft), aDriveInfo.maAdap… in testParse()
72 …CPPUNIT_ASSERT_EQUAL(WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorAll), aDriveInfo.maAdapterVen… in testParse()
77 …CPPUNIT_ASSERT_EQUAL(WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorAll), aDriveInfo.maAdapterVen… in testParse()
82 …CPPUNIT_ASSERT_EQUAL(WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorAll), aDriveInfo.maAdapterVen… in testParse()
87 …CPPUNIT_ASSERT_EQUAL(WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorAll), aDriveInfo.maAdapterVen… in testParse()
99 OUString vendorAMD = WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorAMD); in testEvaluate()
100 OUString vendorNVIDIA = WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorNVIDIA); in testEvaluate()
101 OUString vendorIntel = WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorIntel); in testEvaluate()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DGfxInfo.cpp532 if (mAdapterVendorID == GfxDriverInfo::GetDeviceVendor(VendorIntel)) { in Init()
788 if (vendorID == GfxDriverInfo::GetDeviceVendor(VendorAll)) { in AddCrashReportAnnotations()
915 (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices, in GetGfxDriverInfo()
919 (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorAMD), GfxDriverInfo::allDevices, in GetGfxDriverInfo()
925 (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices, in GetGfxDriverInfo()
1037 const_cast<nsAString&>(GfxDriverInfo::GetDeviceVendor(VendorIntel)), in GetGfxDriverInfo()
1060 (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorIntel), in GetGfxDriverInfo()
1065 (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorIntel), in GetGfxDriverInfo()
1155 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices, in GetGfxDriverInfo()
1161 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices, in GetGfxDriverInfo()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DGfxInfo.cpp616 GfxDriverInfo::GetDeviceVendor(VendorIntel)) { in Init()
915 if (vendorID == GfxDriverInfo::GetDeviceVendor(VendorAll)) { in AddCrashReportAnnotations()
1056 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), in GetGfxDriverInfo()
1062 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorAMD), in GetGfxDriverInfo()
1070 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), in GetGfxDriverInfo()
1078 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), in GetGfxDriverInfo()
1086 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), in GetGfxDriverInfo()
1095 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), in GetGfxDriverInfo()
1102 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), in GetGfxDriverInfo()
1113 (nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), in GetGfxDriverInfo()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DGfxDriverInfo.h25 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
46 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
70 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
100 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
357 static const nsAString& GetDeviceVendor(DeviceVendor id);
358 static const nsAString& GetDeviceVendor(DeviceFamily id);
H A DGfxDriverInfo.cpp36 mAdapterVendor(GfxDriverInfo::GetDeviceVendor(DeviceFamily::All)), in GfxDriverInfo()
786 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceFamily id) { in GetDeviceVendor() function in GfxDriverInfo
847 return GetDeviceVendor(vendor); in GetDeviceVendor()
850 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceVendor id) { in GetDeviceVendor() function in GfxDriverInfo
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DGfxDriverInfo.h25 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
46 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
70 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
100 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
380 static const nsAString& GetDeviceVendor(DeviceVendor id);
381 static const nsAString& GetDeviceVendor(DeviceFamily id);
H A DGfxDriverInfo.cpp36 mAdapterVendor(GfxDriverInfo::GetDeviceVendor(DeviceFamily::All)), in GfxDriverInfo()
867 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceFamily id) { in GetDeviceVendor() function in GfxDriverInfo
935 return GetDeviceVendor(vendor); in GetDeviceVendor()
938 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceVendor id) { in GetDeviceVendor() function in GfxDriverInfo
/dports/www/firefox/firefox-99.0/widget/
H A DGfxDriverInfo.h25 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
46 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
70 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
100 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
384 static const nsAString& GetDeviceVendor(DeviceVendor id);
385 static const nsAString& GetDeviceVendor(DeviceFamily id);
H A DGfxDriverInfo.cpp36 mAdapterVendor(GfxDriverInfo::GetDeviceVendor(DeviceFamily::All)), in GfxDriverInfo()
925 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceFamily id) { in GetDeviceVendor() function in GfxDriverInfo
995 return GetDeviceVendor(vendor); in GetDeviceVendor()
998 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceVendor id) { in GetDeviceVendor() function in GfxDriverInfo
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DGfxDriverInfo.h25 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
46 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
70 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
100 (nsAString&)GfxDriverInfo::GetDeviceVendor(devices), \
380 static const nsAString& GetDeviceVendor(DeviceVendor id);
381 static const nsAString& GetDeviceVendor(DeviceFamily id);
H A DGfxDriverInfo.cpp36 mAdapterVendor(GfxDriverInfo::GetDeviceVendor(DeviceFamily::All)), in GfxDriverInfo()
867 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceFamily id) { in GetDeviceVendor() function in GfxDriverInfo
935 return GetDeviceVendor(vendor); in GetDeviceVendor()
938 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceVendor id) { in GetDeviceVendor() function in GfxDriverInfo
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DGfxInfo.cpp800 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel)) { in Init()
1221 if (vendorID == GfxDriverInfo::GetDeviceVendor(DeviceVendor::All)) { in AddCrashReportAnnotations()
1943 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel), in GetFeatureStatusImpl()
1946 GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetFeatureStatusImpl()
1949 GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetFeatureStatusImpl()
1952 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Microsoft), in GetFeatureStatusImpl()
1955 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Parallels), in GetFeatureStatusImpl()
1958 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Qualcomm), in GetFeatureStatusImpl()
1971 GfxDriverInfo::GetDeviceVendor(DeviceVendor::VMWare), in GetFeatureStatusImpl()
1974 GfxDriverInfo::GetDeviceVendor(DeviceVendor::VirtualBox), in GetFeatureStatusImpl()
[all …]
/dports/www/firefox/firefox-99.0/widget/windows/
H A DGfxInfo.cpp799 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel)) { in Init()
1220 if (vendorID == GfxDriverInfo::GetDeviceVendor(DeviceVendor::All)) { in AddCrashReportAnnotations()
1943 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel), in GetFeatureStatusImpl()
1946 GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetFeatureStatusImpl()
1949 GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetFeatureStatusImpl()
1952 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Microsoft), in GetFeatureStatusImpl()
1955 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Parallels), in GetFeatureStatusImpl()
1958 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Qualcomm), in GetFeatureStatusImpl()
1971 GfxDriverInfo::GetDeviceVendor(DeviceVendor::VMWare), in GetFeatureStatusImpl()
1974 GfxDriverInfo::GetDeviceVendor(DeviceVendor::VirtualBox), in GetFeatureStatusImpl()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DGfxInfo.cpp800 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel)) { in Init()
1221 if (vendorID == GfxDriverInfo::GetDeviceVendor(DeviceVendor::All)) { in AddCrashReportAnnotations()
1943 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel), in GetFeatureStatusImpl()
1946 GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetFeatureStatusImpl()
1949 GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetFeatureStatusImpl()
1952 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Microsoft), in GetFeatureStatusImpl()
1955 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Parallels), in GetFeatureStatusImpl()
1958 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Qualcomm), in GetFeatureStatusImpl()
1971 GfxDriverInfo::GetDeviceVendor(DeviceVendor::VMWare), in GetFeatureStatusImpl()
1974 GfxDriverInfo::GetDeviceVendor(DeviceVendor::VirtualBox), in GetFeatureStatusImpl()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DGfxDriverInfo.cpp23 mAdapterVendor(GfxDriverInfo::GetDeviceVendor(VendorAll)), in GfxDriverInfo()
293 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceVendor id) in GetDeviceVendor() function in GfxDriverInfo
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DGfxInfo.mm314 (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
317 …(nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), (GfxDeviceFamily*) GfxDriverInfo::GetDevic…
320 …(nsAString&) GfxDriverInfo::GetDeviceVendor(VendorNVIDIA), (GfxDeviceFamily*) GfxDriverInfo::GetDe…
350 …if (mAdapterVendorID.Equals(GfxDriverInfo::GetDeviceVendor(VendorATI), nsCaseInsensitiveStringComp…
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DGfxInfo.mm316 (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
319 …(nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), (GfxDeviceFamily*) GfxDriverInfo::GetDevic…
322 …(nsAString&) GfxDriverInfo::GetDeviceVendor(VendorNVIDIA), (GfxDeviceFamily*) GfxDriverInfo::GetDe…
348 …if (mAdapterVendorID.Equals(GfxDriverInfo::GetDeviceVendor(VendorATI), nsCaseInsensitiveStringComp…
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DGfxDriverInfo.cpp23 mAdapterVendor(GfxDriverInfo::GetDeviceVendor(VendorAll)), in GfxDriverInfo()
294 const nsAString& GfxDriverInfo::GetDeviceVendor(DeviceVendor id) { in GetDeviceVendor() function in GfxDriverInfo
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DGfxInfo.cpp329 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetData()
334 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetData()
369 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetData()
380 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel), in GetData()
392 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetData()
401 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::Qualcomm), in GetData()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DGfxInfo.cpp329 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetData()
334 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetData()
369 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetData()
380 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel), in GetData()
392 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetData()
401 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::Qualcomm), in GetData()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DGfxInfo.cpp330 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetData()
335 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetData()
370 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetData()
381 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel), in GetData()
393 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetData()
402 CopyUTF16toUTF8(GfxDriverInfo::GetDeviceVendor(DeviceVendor::Qualcomm), in GetData()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DGfxInfo.cpp757 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel)) { in Init()
1124 if (vendorID == GfxDriverInfo::GetDeviceVendor(DeviceVendor::All)) { in AddCrashReportAnnotations()
1875 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Intel), in GetFeatureStatusImpl()
1878 GfxDriverInfo::GetDeviceVendor(DeviceVendor::NVIDIA), in GetFeatureStatusImpl()
1881 GfxDriverInfo::GetDeviceVendor(DeviceVendor::ATI), in GetFeatureStatusImpl()
1884 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Microsoft), in GetFeatureStatusImpl()
1887 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Parallels), in GetFeatureStatusImpl()
1890 GfxDriverInfo::GetDeviceVendor(DeviceVendor::Qualcomm), in GetFeatureStatusImpl()
/dports/math/clblast/CLBlast-1.1.0/test/
H A Ddiagnostics.cpp53 const auto device_vendor = GetDeviceVendor(device); in OpenCLDiagnostics()
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/mtp/backend/darwin/usb/
H A DDeviceDescriptor.cpp103 USB_CALL((*_dev)->GetDeviceVendor(_dev, &vendor)); in GetVendorId()
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/mtp/backend/darwin/usb/
H A DDeviceDescriptor.cpp103 USB_CALL((*_dev)->GetDeviceVendor(_dev, &vendor)); in GetVendorId()

123