Home
last modified time | relevance | path

Searched refs:io_registry_entry_t (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_macos.mm70 bool GetEntryProperty(io_registry_entry_t entry, CFStringRef name, uint32_t *value)
122 io_registry_entry_t entry = IO_OBJECT_NULL;
292 io_registry_entry_t acceleratorEntry = IOServiceGetMatchingService(mainPort, matchingDict);
299 io_registry_entry_t deviceEntry = IO_OBJECT_NULL;
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_mac.mm47 bool GetEntryProperty(io_registry_entry_t entry, CFStringRef name, uint32_t *value)
86 io_registry_entry_t entry = IO_OBJECT_NULL;
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DBackendMTL.mm64 uint32_t GetEntryProperty(io_registry_entry_t entry, CFStringRef name) {
110 io_registry_entry_t acceleratorEntry =
118 io_registry_entry_t deviceEntry = IO_OBJECT_NULL;
/third_party/libuv/src/unix/
Ddarwin-stub.h60 typedef unsigned int io_registry_entry_t; typedef
Ddarwin.c195 CFTypeRef (*pIORegistryEntryCreateCFProperty)(io_registry_entry_t, in uv__get_cpu_speed()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBackendMTL.mm76 uint32_t GetEntryProperty(io_registry_entry_t entry, CFStringRef name) {
123 IORef<io_registry_entry_t> acceleratorEntry = AcquireIORef(
131 IORef<io_registry_entry_t> deviceEntry;
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/
DSDL_syshaptic.c348 io_registry_entry_t parent1, parent2; in HIDGetDeviceProduct()