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