Searched defs:CrossDomainCapabilities (Results 1 – 3 of 3) sorted by relevance
50 struct CrossDomainCapabilities { struct51 uint32_t version;52 uint32_t supported_channels;53 uint32_t supports_dmabuf;54 uint32_t supports_external_gpu_memory;
49 pub struct CrossDomainCapabilities { struct50 pub version: u32,51 pub supported_channels: u32,52 pub supports_dmabuf: u32,53 pub supports_external_gpu_memory: u32,