Home
last modified time | relevance | path

Searched defs:device (Results 251 - 275 of 2588) sorted by relevance

1...<<11121314151617181920>>...104

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DHeapAllocatorD3D12.cpp23 HeapAllocator::HeapAllocator(Device* device, in HeapAllocator() argument
H A DSamplerD3D12.cpp36 Ref<Sampler> Sampler::Create(Device* device, const SamplerDescriptor* descriptor) { in Create() argument
40 Sampler::Sampler(Device* device, const SamplerDescriptor* descriptor) in Sampler() argument
H A DCommandAllocatorManager.h40 Device* device; member in dawn_native::d3d12::CommandAllocatorManager
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DOpenGLBackend.cpp34 DawnSwapChainImplementation CreateNativeSwapChainImpl(WGPUDevice device, in CreateNativeSwapChainImpl() argument
57 WGPUTexture WrapExternalEGLImage(WGPUDevice device, in WrapExternalEGLImage() argument
H A DBindGroupGL.cpp49 BindGroup::BindGroup(Device* device, const BindGroupDescriptor* descriptor) in BindGroup() argument
61 Ref<BindGroup> BindGroup::Create(Device* device, const BindGroupDescriptor* descriptor) { in Create() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
H A DSemaphoreServiceNull.cpp20 Service::Service(Device* device) : mDevice(device) { in Service() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.h37 ResultOrError<Ref<BufferBase>> CreateBufferFromData(DeviceBase* device, in CreateBufferFromData() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DStagingBufferVk.cpp25 StagingBuffer::StagingBuffer(size_t size, Device* device) in StagingBuffer() argument
H A DVulkanFunctions.cpp171 MaybeError VulkanFunctions::LoadDeviceProcs(VkDevice device, in LoadDeviceProcs() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPersistentCache.cpp23 PersistentCache::PersistentCache(DeviceBase* device) in PersistentCache() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDeviceInitializationTests.cpp51 wgpu::Device device; in TEST_F() local
[all...]
/third_party/skia/tools/gpu/d3d/
H A DD3DTestUtils.cpp58 gr_cp<ID3D12Device> device; in CreateD3DBackendContext() local
/third_party/toybox/toys/other/
H A Dlosetup.c52 static int loopback_setup(char *device, char *file) in loopback_setup() argument
[all...]
H A Dlspci.c42 char *p = toybuf, *vendor = toybuf+9, *device = toybuf+18, in do_lspci() local
H A Dnbd_client.c44 char *host=toys.optargs[0], *port=toys.optargs[1], *device=toys.optargs[2]; in nbd_client_main() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRequestDeviceValidationTests.cpp28 wgpu::Device device = wgpu::Device::Acquire(cDevice); in ExpectRequestDeviceSuccess() local
42 wgpu::Device device = wgpu::Device::Acquire(cDevice); in ExpectRequestDeviceError() local
[all...]
/third_party/skia/experimental/graphite/src/
H A DSurface_Graphite.cpp17 Surface_Graphite::Surface_Graphite(sk_sp<Device> device) in Surface_Graphite() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMakeUtil.cpp38 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
43 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkImage image, const MemoryRequirement requirement) in bindImageDedicated() argument
50 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkBuffer buffer, const MemoryRequirement requirement) in bindBufferDedicated() argument
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserversocket_fuzzer/
H A Deventserversocket_fuzzer.cpp74 SocketDevice device; in SysEventServerSocketFuzzTest() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H A Dhdf_driver_register.c39 static struct HdfChipDriver *BuildHi3881Driver(struct HdfWlanDevice *device, uint8_t ifIndex) in BuildHi3881Driver() argument
114 static int32_t HdfWlanHisiChipDriverInit(struct HdfDeviceObject *device) in HdfWlanHisiChipDriverInit() argument
/foundation/ability/ability_runtime/tools/test/systemtest/aa/
H A Dtool_system_test.cpp72 StartAbility( const std::string& device, const std::string& abilityName, const std::string& bundleName, const bool checkResult) StartAbility() argument
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/include/
H A Dcast_device_data_manager.h91 CastInnerRemoteDevice device; member
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_observer_proxy.cpp22 void BluetoothHfpAgObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
53 void BluetoothHfpAgObserverProxy::OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason) in OnScoStateChanged() argument
84 void BluetoothHfpAgObserverProxy::OnActiveDeviceChanged(const BluetoothRawAddress &device) in OnActiveDeviceChanged() argument
107 void BluetoothHfpAgObserverProxy::OnHfEnhancedDriverSafetyChanged(const BluetoothRawAddress &device, int indValue) in OnHfEnhancedDriverSafetyChanged() argument
134 void BluetoothHfpAgObserverProxy::OnHfpStackChanged(const BluetoothRawAddress &device, in argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_observer.h26 virtual void OnConnect(const GattDevice &device, uint16_t connectionHandle, int ret) in OnConnect() argument
28 virtual void OnDisconnect(const GattDevice &device, uint16_t connectionHandle, int ret) in OnDisconnect() argument
30 virtual void OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state) in OnConnectionChanged() argument
36 virtual void OnReconnect(const GattDevice &device, uint16_t connectionHandle, int ret) in OnReconnect() argument
39 virtual void OnDisconnectInter(const GattDevice &device, uint16_t connectionHandle, int ret) in OnDisconnectInter() argument
32 OnConnectionParameterChanged( const GattDevice &device, int interval, int latency, int timeout, int status) OnConnectionParameterChanged() argument
H A Dgatt_connection.h34 explicit GattConnection(const GattDevice &device) : device_(device) in GattConnection() argument
36 GattConnection(const GattDevice &device, uint16_t mtu, uint16_t handle) in GattConnection() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...104