/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | ToggleValidationTests.cpp | 49 WGPUDevice deviceWithToggle = adapter.CreateDevice(&descriptor); in TEST_F() 66 WGPUDevice deviceWithToggle = adapter.CreateDevice(&descriptor); in TEST_F() 83 WGPUDevice deviceWithToggle = adapter.CreateDevice(&descriptor); in TEST_F()
|
H A D | UnsafeAPIValidationTests.cpp | 27 return adapter.CreateDevice(&descriptor); 78 return adapter.CreateDevice(&descriptor);
|
H A D | QueryValidationTests.cpp | 113 wgpu::Device otherDevice = RegisterDevice(adapter.CreateDevice()); in TEST_F() 231 return adapter.CreateDevice(&descriptor); 437 return adapter.CreateDevice(&descriptor); 576 wgpu::Device otherDevice = RegisterDevice(adapter.CreateDevice()); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | FeatureTests.cpp | 61 WGPUDevice deviceWithFeature = adapterWithoutFeature.CreateDevice(&deviceDescriptor); in TEST_F() 76 dawn_native::FromAPI(adapter.CreateDevice(&deviceDescriptor)); in TEST_F()
|
H A D | PerThreadProcTests.cpp | 60 wgpu::Device::Acquire(reinterpret_cast<WGPUDevice>(mNativeAdapter.CreateDevice(nullptr))); in TEST_F() 63 wgpu::Device::Acquire(reinterpret_cast<WGPUDevice>(mNativeAdapter.CreateDevice(nullptr))); in TEST_F()
|
H A D | GetProcAddressTests.cpp | 62 reinterpret_cast<WGPUDevice>(mNativeAdapter.CreateDevice(nullptr)));
|
/third_party/mesa3d/include/d3dadapter/ |
H A D | d3dadapter9.h | 47 HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface); member 68 #define ID3DAdapter9_CreateDevice(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f,g,h) 82 HRESULT WINAPI CreateDevice(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Device.h | 41 HRESULT APIENTRY CreateDevice(D3D10DDI_HADAPTER hAdapter,
|
H A D | Adapter.cpp | 91 pOpenData->pAdapterFuncs->pfnCreateDevice = CreateDevice; in OpenAdapterCommon()
|
/third_party/skia/third_party/externals/dawn/src/fuzzers/ |
H A D | DawnWireServerAndVulkanBackendFuzzer.cpp | 37 device = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
|
H A D | DawnWireServerAndD3D12BackendFuzzer.cpp | 37 device = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
|
H A D | DawnWireServerAndFrontendFuzzer.cpp | 37 nullDevice = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | DawnNative.cpp | 126 WGPUDevice Adapter::CreateDevice(const DawnDeviceDescriptor* deviceDescriptor) { in CreateDevice() function in dawn_native::Adapter 127 return ToAPI(mImpl->CreateDevice(deviceDescriptor)); in CreateDevice()
|
H A D | Adapter.h | 44 DeviceBase* CreateDevice(const DawnDeviceDescriptor* descriptor = nullptr);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Device.h | 44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
|
H A D | Device.cpp | 48 egl::Error Device::CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice) in CreateDevice() function in egl::Device
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_dawn.cc | 74 dawn_device_ = ::dawn::Device::Acquire(adapter.CreateDevice()); in CreateConfig()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnNativeTest.cpp | 76 return adapter.CreateDevice(&deviceDescriptor); in CreateTestDevice()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DeviceInitializationTests.cpp | 65 device = wgpu::Device::Acquire(adapter.CreateDevice(&deviceDescriptor)); in TEST_F()
|
/third_party/skia/tools/gpu/dawn/ |
H A D | DawnTestContext.cpp | 94 return wgpu::Device::Acquire(adapter.CreateDevice()); in createDevice()
|
/third_party/skia/tools/sk_app/ |
H A D | DawnWindowContext.cpp | 117 return adapter.CreateDevice(); in createDevice()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 58 MACRO(1, 0, FF_VK_EXT_NO_FLAG, CreateDevice) \
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
H A D | DawnNative.h | 63 // An optional parameter of Adapter::CreateDevice() to send additional information when creating 131 WGPUDevice CreateDevice(const DawnDeviceDescriptor* deviceDescriptor = nullptr);
|
/third_party/glfw/deps/mingw/ |
H A D | dinput.h | 2170 STDMETHOD(CreateDevice)(THIS_ REFGUID rguid, LPDIRECTINPUTDEVICEA *lplpDirectInputDevice, LPUNKNOWN pUnkOuter) PURE; in DECLARE_INTERFACE_() 2189 STDMETHOD(CreateDevice)(THIS_ REFGUID rguid, LPDIRECTINPUTDEVICEW *lplpDirectInputDevice, LPUNKNOWN pUnkOuter) PURE; in DECLARE_INTERFACE_() 2202 #define IDirectInput_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c) 2213 #define IDirectInput_CreateDevice(p,a,b,c) (p)->CreateDevice(a,b,c) 2232 STDMETHOD(CreateDevice)(THIS_ REFGUID rguid, LPDIRECTINPUTDEVICEA *lplpDirectInputDevice, LPUNKNOWN pUnkOuter) PURE; in DECLARE_INTERFACE_() 2253 STDMETHOD(CreateDevice)(THIS_ REFGUID rguid, LPDIRECTINPUTDEVICEW *lplpDirectInputDevice, LPUNKNOWN pUnkOuter) PURE; in DECLARE_INTERFACE_() 2268 #define IDirectInput2_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c) 2281 #define IDirectInput2_CreateDevice(p,a,b,c) (p)->CreateDevice(a,b,c) 2302 STDMETHOD(CreateDevice)(THIS_ REFGUID rguid, LPDIRECTINPUTDEVICEA *lplpDirectInputDevice, LPUNKNOWN pUnkOuter) PURE; in DECLARE_INTERFACE_() 2325 STDMETHOD(CreateDevice)(THIS in DECLARE_INTERFACE_() [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DeviceVk.cpp | 76 DAWN_TRY_ASSIGN(usedDeviceKnobs, CreateDevice(physicalDevice)); in Initialize() 299 ResultOrError<VulkanDeviceKnobs> Device::CreateDevice(VkPhysicalDevice physicalDevice) { in CreateDevice() function in dawn_native::vulkan::Device 454 DAWN_TRY(CheckVkSuccess(fn.CreateDevice(physicalDevice, &createInfo, nullptr, &mVkDevice), in CreateDevice()
|