Searched refs:DeviceID (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo.h | 20 using DeviceID = uint32_t; variable 39 DeviceID deviceId = 0; 112 constexpr DeviceID kDeviceID_Swiftshader = 0xC0DE; 113 constexpr DeviceID kDeviceID_Adreno540 = 0x5040001; 114 constexpr DeviceID kDeviceID_UHD630Mobile = 0x3E9B;
|
D | SystemInfo_macos.mm | 167 DeviceID activeDevice = 0;
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/ |
D | SDL_xaudio2_winrthelpers.cpp | 66 wcsncpy_s(details->DeviceID, ARRAYSIZE(details->DeviceID), L"default", _TRUNCATE); in IXAudio2_GetDeviceDetails() 85 wcsncpy_s(details->DeviceID, ARRAYSIZE(details->DeviceID), d->Id->Data(), _TRUNCATE); in IXAudio2_GetDeviceDetails()
|
D | SDL_xaudio2_winrthelpers.h | 28 WCHAR DeviceID[256]; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo.h | 20 using DeviceID = uint32_t; variable 38 DeviceID deviceId = 0;
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 373 inline DeviceID GetActiveGPUDeviceID() in GetActiveGPUDeviceID() 382 return static_cast<DeviceID>(0); in GetActiveGPUDeviceID()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 339 inline DeviceID GetActiveGPUDeviceID() in GetActiveGPUDeviceID() 348 return static_cast<DeviceID>(0); in GetActiveGPUDeviceID()
|
/third_party/libusb/libusb/os/ |
D | windows_usbdk.c | 220 char dev_identity[ARRAYSIZE(id->DeviceID) + ARRAYSIZE(id->InstanceID) + 1]; in usbdk_get_session_id_for_device() 222 if (snprintf(dev_identity, sizeof(dev_identity), "%S%S", id->DeviceID, id->InstanceID) == -1) { in usbdk_get_session_id_for_device()
|
D | windows_common.h | 194 WCHAR DeviceID[MAX_DEVICE_ID_LEN]; member
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_instantiate.cpp | 146 bool HasSystemDeviceID(VendorID vendorID, DeviceID deviceID) in HasSystemDeviceID()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1813 angle::DeviceID *outDevice) in GetSystemInfoVendorIDAndDeviceID() 1870 angle::DeviceID device; in InitializeFeatures() 2218 angle::DeviceID device; in ReInitializeFeaturesAtGPUSwitch()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 1713 deUint32 DeviceID; member 1754 if (m_header.DeviceID != m_context.getDeviceProperties().deviceID) in CacheHeaderTestInstance()
|