Home
last modified time | relevance | path

Searched refs:supports_dmabuf (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dgralloc.rs178 fn supports_dmabuf(&self) -> bool; in supports_dmabuf() method
260 pub fn supports_dmabuf(&self) -> bool { in supports_dmabuf() method
262 if gralloc.supports_dmabuf() { in supports_dmabuf()
Dsystem_gralloc.rs33 fn supports_dmabuf(&self) -> bool { in supports_dmabuf() method
Dminigbm.rs80 fn supports_dmabuf(&self) -> bool { in supports_dmabuf() method
Dvulkano_gralloc.rs198 fn supports_dmabuf(&self) -> bool { in supports_dmabuf() method
/external/minigbm/external/
Dvirtgpu_cross_domain_protocol.h21 uint32_t supports_dmabuf; member
/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain_protocol.rs25 pub supports_dmabuf: u32, field
Dcross_domain.rs273 if self.gralloc.lock().supports_dmabuf() { in get_capset()
274 caps.supports_dmabuf = 1; in get_capset()