Home
last modified time | relevance | path

Searched refs:DeviceVendorMax (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DGfxDriverInfo.cpp18 nsAString* GfxDriverInfo::mDeviceVendors[DeviceVendorMax];
295 NS_ASSERTION(id >= 0 && id < DeviceVendorMax, "DeviceVendor id is out of range"); in GetDeviceVendor()
310 DECLARE_VENDOR_ID(DeviceVendorMax, ""); in GetDeviceVendor()
H A DGfxDriverInfo.h109 DeviceVendorMax enumerator
162 static nsAString* mDeviceVendors[DeviceVendorMax];
H A DGfxInfoBase.cpp72 for (uint32_t i = 0; i < DeviceVendorMax; i++) in Observe()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DGfxDriverInfo.cpp18 nsAString* GfxDriverInfo::mDeviceVendors[DeviceVendorMax];
295 NS_ASSERTION(id >= 0 && id < DeviceVendorMax, in GetDeviceVendor()
314 DECLARE_VENDOR_ID(DeviceVendorMax, ""); in GetDeviceVendor()
H A DGfxDriverInfo.h128 DeviceVendorMax enumerator
180 static nsAString *mDeviceVendors[DeviceVendorMax];
H A DGfxInfoBase.cpp74 for (uint32_t i = 0; i < DeviceVendorMax; i++) { in Observe()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/opengl/win/
H A DWinDeviceInfo.hxx58 DeviceVendorMax enumerator
152 static OUString* mpDeviceVendors[wgl::DeviceVendorMax];
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Ddriverblocklist.hxx44 const int DeviceVendorMax = VendorMicrosoft + 1; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/win/
H A DWinDeviceInfo.cxx34 OUString* WinOpenGLDeviceInfo::mpDeviceVendors[wgl::DeviceVendorMax];
824 assert(id >= 0 && id < wgl::DeviceVendorMax); in GetDeviceVendor()
851 case wgl::DeviceVendorMax: // Suppress a warning. in GetDeviceVendor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/helper/
H A Ddriverblocklist.cxx130 assert(id >= 0 && id < DeviceVendorMax); in GetVendorId()