Home
last modified time | relevance | path

Searched refs:RequestDevice (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRequestDeviceValidationTests.cpp62 adapter.RequestDevice(&descriptor, ExpectRequestDeviceSuccess, in TEST_F()
76 adapter.RequestDevice(&descriptor, ExpectRequestDeviceSuccess, in TEST_F()
97 adapter.RequestDevice( in TEST_F()
111 adapter.RequestDevice( in TEST_F()
124 adapter.RequestDevice(&descriptor, ExpectRequestDeviceError, nullptr); in TEST_F()
128 adapter.RequestDevice(&descriptor, ExpectRequestDeviceSuccess, in TEST_F()
150 adapter.RequestDevice(&descriptor, ExpectRequestDeviceError, nullptr); in TEST_F()
155 adapter.RequestDevice(&descriptor, ExpectRequestDeviceSuccess, in TEST_F()
171 adapter.RequestDevice( in TEST_F()
186 adapter.RequestDevice(&descriptor, ExpectRequestDeviceSuccess, in TEST_F()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp130 void Adapter::RequestDevice(const DawnDeviceDescriptor* descriptor, in RequestDevice() function in dawn_native::Adapter
133 mImpl->RequestDevice(descriptor, callback, userdata); in RequestDevice()
DAdapter.h46 void RequestDevice(const DawnDeviceDescriptor* descriptor,
DAdapter.cpp149 void AdapterBase::RequestDevice(const DawnDeviceDescriptor* descriptor, in RequestDevice() function in dawn_native::AdapterBase
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h133 void RequestDevice(const DawnDeviceDescriptor* descriptor,