Home
last modified time | relevance | path

Searched defs:DeviceHelper (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp173 struct DeviceHelper struct
175 const VkPhysicalDevice physicalDevice;
176 const deUint32 queueFamilyIndex;
177 const Unique<VkDevice> device;
178 const DeviceDriver vkd;
179 const VkQueue queue;
181 DeviceHelper (Context& context, in DeviceHelper() function
H A DvktWsiColorSpaceTests.cpp194 struct DeviceHelper struct
196 const VkPhysicalDevice physicalDevice;
197 const deUint32 queueFamilyIndex;
198 const Unique<VkDevice> device;
199 const DeviceDriver vkd;
200 const VkQueue queue;
202 DeviceHelper (Context& context, in DeviceHelper() function
H A DvktWsiSwapchainTests.cpp247 struct DeviceHelper struct
249 const VkPhysicalDevice physicalDevice;
250 const deUint32 queueFamilyIndex;
251 const Unique<VkDevice> device;
252 const DeviceDriver vkd;
253 const VkQueue queue;
255 DeviceHelper (Context& context, in DeviceHelper() argument
276 DeviceHelper (Context& context, in DeviceHelper() function
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/helpers/
H A DDeviceHelper.java22 public final class DeviceHelper { class
43 private DeviceHelper() { /* To disallow instantiation. */ } in DeviceHelper() method in DeviceHelper
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/helpers/
H A DDeviceHelper.java22 public final class DeviceHelper { class
43 private DeviceHelper() { /* To disallow instantiation. */ } in DeviceHelper() method in DeviceHelper
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/vcl/
H A Ddevicehelper.hxx31 class DeviceHelper class
H A Ddevicehelper.cxx37 DeviceHelper::DeviceHelper() : in DeviceHelper() function in vclcanvas::DeviceHelper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/vcl/
H A Ddevicehelper.hxx32 class DeviceHelper class
H A Ddevicehelper.cxx37 DeviceHelper::DeviceHelper() : in DeviceHelper() function in vclcanvas::DeviceHelper
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/cairo/
H A Dcairo_devicehelper.hxx32 class DeviceHelper class
H A Dcairo_devicehelper.cxx40 DeviceHelper::DeviceHelper() : in DeviceHelper() function in cairocanvas::DeviceHelper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/cairo/
H A Dcairo_devicehelper.hxx33 class DeviceHelper class
H A Dcairo_devicehelper.cxx40 DeviceHelper::DeviceHelper() : in DeviceHelper() function in cairocanvas::DeviceHelper
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_devicehelper.hxx37 class DeviceHelper class
H A Ddx_devicehelper.cxx43 DeviceHelper::DeviceHelper() : in DeviceHelper() function in dxcanvas::DeviceHelper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_devicehelper.hxx38 class DeviceHelper class
H A Ddx_devicehelper.cxx42 DeviceHelper::DeviceHelper() : in DeviceHelper() function in dxcanvas::DeviceHelper
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1888 struct DeviceHelper struct
1890 const VkPhysicalDevice physicalDevice;
1891 const deUint32 queueFamilyIndex;
1892 const Unique<VkDevice> device;
1893 const DeviceDriver vkd;
1894 const VkQueue queue;
1896 DeviceHelper(Context& context, in DeviceHelper() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/
H A Dappstats.py77 class DeviceHelper(object): class