• Home
  • Raw
  • Download

Lines Matching defs:u32

78         stride: u32,  in new()
79 bytes_per_pixel: u32, in new()
91 x: u32, in sub_region()
92 y: u32, in sub_region()
93 width: u32, in sub_region()
94 height: u32, in sub_region()
117 pub fn stride(&self) -> u32 { in stride()
126 offset: u32, in import_dmabuf()
127 stride: u32, in import_dmabuf()
129 width: u32, in import_dmabuf()
130 height: u32, in import_dmabuf()
131 fourcc: u32, in import_dmabuf()
132 ) -> Result<u32, GpuDisplayError>; in import_dmabuf()
133 fn release_import(&mut self, import_id: u32); in release_import()
137 parent_surface_id: Option<u32>, in create_surface()
138 width: u32, in create_surface()
139 height: u32, in create_surface()
140 ) -> Result<u32, GpuDisplayError>; in create_surface()
141 fn release_surface(&mut self, surface_id: u32); in release_surface()
145 surface_id: u32, in framebuffer_region()
146 x: u32, in framebuffer_region()
147 y: u32, in framebuffer_region()
148 width: u32, in framebuffer_region()
149 height: u32, in framebuffer_region()
154 fn commit(&mut self, surface_id: u32); in commit()
156 fn flip(&mut self, surface_id: u32); in flip()
157 fn flip_to(&mut self, surface_id: u32, import_id: u32); in flip_to()
159 fn set_position(&mut self, surface_id: u32, x: u32, y: u32); in set_position()
160 fn import_event_device(&mut self, event_device: EventDevice) -> Result<u32, GpuDisplayError>; in import_event_device()
161 fn release_event_device(&mut self, event_device_id: u32); in release_event_device()
162 fn attach_event_device(&mut self, surface_id: u32, event_device_id: u32); in attach_event_device()
217 offset: u32, in import_dmabuf()
218 stride: u32, in import_dmabuf()
220 width: u32, in import_dmabuf()
221 height: u32, in import_dmabuf()
222 fourcc: u32, in import_dmabuf()
223 ) -> Result<u32, GpuDisplayError> { in import_dmabuf()
229 pub fn release_import(&mut self, import_id: u32) { in release_import()
243 parent_surface_id: Option<u32>, in create_surface()
244 width: u32, in create_surface()
245 height: u32, in create_surface()
246 ) -> Result<u32, GpuDisplayError> { in create_surface()
251 pub fn release_surface(&mut self, surface_id: u32) { in release_surface()
263 surface_id: u32, in framebuffer_region()
264 x: u32, in framebuffer_region()
265 y: u32, in framebuffer_region()
266 width: u32, in framebuffer_region()
267 height: u32, in framebuffer_region()
274 pub fn commit(&mut self, surface_id: u32) { in commit()
289 pub fn flip(&mut self, surface_id: u32) { in flip()
295 pub fn flip_to(&mut self, surface_id: u32, import_id: u32) { in flip_to()
308 pub fn set_position(&mut self, surface_id: u32, x: u32, y: u32) { in set_position()
315 ) -> Result<u32, GpuDisplayError> { in import_event_device()
319 pub fn release_event_device(&mut self, event_device_id: u32) { in release_event_device()
323 pub fn attach_event_device(&mut self, surface_id: u32, event_device_id: u32) { in attach_event_device()