Home
last modified time | relevance | path

Searched defs:from_pool (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/
Devent.rs110 pub fn from_pool(device: Arc<Device>) -> Result<Event, EventError> { in from_pool() method
Dfence.rs200 pub fn from_pool(device: Arc<Device>) -> Result<Fence, FenceError> { in from_pool() method
Dsemaphore.rs170 pub fn from_pool(device: Arc<Device>) -> Result<Semaphore, SemaphoreError> { in from_pool() method