Home
last modified time | relevance | path

Searched refs:CreateDevice (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
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()
DUnsafeAPIValidationTests.cpp27 return adapter.CreateDevice(&descriptor); in CreateTestDevice()
78 return adapter.CreateDevice(&descriptor); in CreateTestDevice()
DQueryValidationTests.cpp113 wgpu::Device otherDevice = RegisterDevice(adapter.CreateDevice()); in TEST_F()
231 return adapter.CreateDevice(&descriptor); in CreateTestDevice()
437 return adapter.CreateDevice(&descriptor); in CreateTestDevice()
576 wgpu::Device otherDevice = RegisterDevice(adapter.CreateDevice()); in TEST_F()
DTextureValidationTests.cpp602 return adapter.CreateDevice(&descriptor); in CreateTestDevice()
622 return adapter.CreateDevice(&descriptor); in CreateTestDevice()
645 return adapter.CreateDevice(&descriptor); in CreateTestDevice()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DFeatureTests.cpp61 WGPUDevice deviceWithFeature = adapterWithoutFeature.CreateDevice(&deviceDescriptor); in TEST_F()
76 dawn_native::FromAPI(adapter.CreateDevice(&deviceDescriptor)); in TEST_F()
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()
DGetProcAddressTests.cpp62 reinterpret_cast<WGPUDevice>(mNativeAdapter.CreateDevice(nullptr))); in SetUp()
/third_party/mesa3d/include/d3dadapter/
Dd3dadapter9.h47 …HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND h…
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 Beha…
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDevice.h41 HRESULT APIENTRY CreateDevice(D3D10DDI_HADAPTER hAdapter,
DAdapter.cpp91 pOpenData->pAdapterFuncs->pfnCreateDevice = CreateDevice; in OpenAdapterCommon()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp126 WGPUDevice Adapter::CreateDevice(const DawnDeviceDescriptor* deviceDescriptor) { in CreateDevice() function in dawn_native::Adapter
127 return ToAPI(mImpl->CreateDevice(deviceDescriptor)); in CreateDevice()
DAdapter.h44 DeviceBase* CreateDevice(const DawnDeviceDescriptor* descriptor = nullptr);
/third_party/skia/third_party/externals/dawn/src/fuzzers/
DDawnWireServerAndFrontendFuzzer.cpp37 nullDevice = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
DDawnWireServerAndD3D12BackendFuzzer.cpp37 device = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
DDawnWireServerAndVulkanBackendFuzzer.cpp37 device = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDevice.h44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
DDevice.cpp48 egl::Error Device::CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice) in CreateDevice() function in egl::Device
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnNativeTest.cpp76 return adapter.CreateDevice(&deviceDescriptor); in CreateTestDevice()
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_dawn.cc74 dawn_device_ = ::dawn::Device::Acquire(adapter.CreateDevice()); in CreateConfig()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDeviceInitializationTests.cpp65 device = wgpu::Device::Acquire(adapter.CreateDevice(&deviceDescriptor)); in TEST_F()
/third_party/glfw/deps/mingw/
Ddinput.h2170 …STDMETHOD(CreateDevice)(THIS_ REFGUID rguid, LPDIRECTINPUTDEVICEA *lplpDirectInputDevice, LPUNKNOW… in DECLARE_INTERFACE_() local
2189 …STDMETHOD(CreateDevice)(THIS_ REFGUID rguid, LPDIRECTINPUTDEVICEW *lplpDirectInputDevice, LPUNKNOW… in DECLARE_INTERFACE_() local
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, LPUNKNOW… in DECLARE_INTERFACE_() local
2253 …STDMETHOD(CreateDevice)(THIS_ REFGUID rguid, LPDIRECTINPUTDEVICEW *lplpDirectInputDevice, LPUNKNOW… in DECLARE_INTERFACE_() local
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, LPUNKNOW… in DECLARE_INTERFACE_() local
2325 …STDMETHOD(CreateDevice)(THIS_ REFGUID rguid, LPDIRECTINPUTDEVICEW *lplpDirectInputDevice, LPUNKNOW… in DECLARE_INTERFACE_() local
[all …]
/third_party/skia/tools/sk_app/
DDawnWindowContext.cpp117 return adapter.CreateDevice(); in createDevice()
/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp94 return wgpu::Device::Acquire(adapter.CreateDevice()); in createDevice()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h131 WGPUDevice CreateDevice(const DawnDeviceDescriptor* deviceDescriptor = nullptr);
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp187 …if (g_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, D3DCREATE_HARDWARE_VERTEXPROCES… in CreateDeviceD3D()

123