Home
last modified time | relevance | path

Searched defs:DeviceDescriptor (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h52 struct DAWN_NATIVE_EXPORT DeviceDescriptor { struct
53 std::vector<const char*> forceEnabledToggles;
54 std::vector<const char*> forceDisabledToggles;
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h75 using DeviceDescriptor = DawnDeviceDescriptor; variable