• Home
  • Raw
  • Download

Lines Matching defs:DeviceDestroyedError

182     pub fn width(&self) -> Result<u32, DeviceDestroyedError> {  in width()  argument
188 pub fn height(&self) -> Result<u32, DeviceDestroyedError> { in height() argument
194 pub fn stride(&self) -> Result<u32, DeviceDestroyedError> { in stride() argument
200 pub fn stride_for_plane(&self, plane: i32) -> Result<u32, DeviceDestroyedError> { in stride_for_plane() argument
206 pub fn format(&self) -> Result<Format, DeviceDestroyedError> { in format() argument
215 pub fn bpp(&self) -> Result<u32, DeviceDestroyedError> { in bpp() argument
221 pub fn offset(&self, plane: i32) -> Result<u32, DeviceDestroyedError> { in offset() argument
227 pub fn plane_count(&self) -> Result<u32, DeviceDestroyedError> { in plane_count() argument
233 pub fn modifier(&self) -> Result<Modifier, DeviceDestroyedError> { in modifier() argument
260 pub fn device_fd(&self) -> Result<BorrowedFd, DeviceDestroyedError> { in device_fd() argument
269 pub fn handle(&self) -> Result<BufferObjectHandle, DeviceDestroyedError> { in handle() argument
297 pub fn handle_for_plane(&self, plane: i32) -> Result<BufferObjectHandle, DeviceDestroyedError> { in handle_for_plane() argument
415 pub fn write(&mut self, buffer: &[u8]) -> Result<IoResult<()>, DeviceDestroyedError> { in write() argument
429 pub fn set_userdata(&mut self, userdata: T) -> Result<Option<T>, DeviceDestroyedError> { in set_userdata() argument
446 pub fn clear_userdata(&mut self) -> Result<(), DeviceDestroyedError> { in clear_userdata() argument
453 pub fn userdata(&self) -> Result<Option<&T>, DeviceDestroyedError> { in userdata() argument
465 pub fn userdata_mut(&mut self) -> Result<Option<&mut T>, DeviceDestroyedError> { in userdata_mut() argument
479 pub fn take_userdata(&mut self) -> Result<Option<T>, DeviceDestroyedError> { in take_userdata() argument