Home
last modified time | relevance | path

Searched refs:CreateDevice (Results 1 - 25 of 64) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DToggleValidationTests.cpp49 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 DUnsafeAPIValidationTests.cpp27 return adapter.CreateDevice(&descriptor);
78 return adapter.CreateDevice(&descriptor);
H A DQueryValidationTests.cpp113 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 DFeatureTests.cpp61 WGPUDevice deviceWithFeature = adapterWithoutFeature.CreateDevice(&deviceDescriptor); in TEST_F()
76 dawn_native::FromAPI(adapter.CreateDevice(&deviceDescriptor)); in TEST_F()
H A DPerThreadProcTests.cpp60 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 DGetProcAddressTests.cpp62 reinterpret_cast<WGPUDevice>(mNativeAdapter.CreateDevice(nullptr)));
/third_party/mesa3d/include/d3dadapter/
H A Dd3dadapter9.h47 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 DDevice.h41 HRESULT APIENTRY CreateDevice(D3D10DDI_HADAPTER hAdapter,
H A DAdapter.cpp91 pOpenData->pAdapterFuncs->pfnCreateDevice = CreateDevice; in OpenAdapterCommon()
/third_party/skia/third_party/externals/dawn/src/fuzzers/
H A DDawnWireServerAndVulkanBackendFuzzer.cpp37 device = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
H A DDawnWireServerAndD3D12BackendFuzzer.cpp37 device = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
H A DDawnWireServerAndFrontendFuzzer.cpp37 nullDevice = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDawnNative.cpp126 WGPUDevice Adapter::CreateDevice(const DawnDeviceDescriptor* deviceDescriptor) { in CreateDevice() function in dawn_native::Adapter
127 return ToAPI(mImpl->CreateDevice(deviceDescriptor)); in CreateDevice()
H A DAdapter.h44 DeviceBase* CreateDevice(const DawnDeviceDescriptor* descriptor = nullptr);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDevice.h44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
H A DDevice.cpp48 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 Dconfig_helper_dawn.cc74 dawn_device_ = ::dawn::Device::Acquire(adapter.CreateDevice()); in CreateConfig()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnNativeTest.cpp76 return adapter.CreateDevice(&deviceDescriptor); in CreateTestDevice()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDeviceInitializationTests.cpp65 device = wgpu::Device::Acquire(adapter.CreateDevice(&deviceDescriptor)); in TEST_F()
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp94 return wgpu::Device::Acquire(adapter.CreateDevice()); in createDevice()
/third_party/skia/tools/sk_app/
H A DDawnWindowContext.cpp117 return adapter.CreateDevice(); in createDevice()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h58 MACRO(1, 0, FF_VK_EXT_NO_FLAG, CreateDevice) \
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DDawnNative.h63 // 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 Ddinput.h2170 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 DDeviceVk.cpp76 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()

Completed in 17 milliseconds

123