Home
last modified time | relevance | path

Searched defs:init_features (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/handler/sys/
Dwindows.rs136 let init_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in test_vhost_user_activate() localVariable
Dunix.rs261 let init_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in test_vhost_user_activate() localVariable
/external/crosvm/devices/src/virtio/vhost/user/vmm/
Dvirtio_device.rs92 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs968 let init_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in test_vhost_user_activate() localVariable
/external/virglrenderer/src/
Dvrend_renderer.c1123 static void init_features(int gl_ver, int gles_ver) in init_features() function