Lines Matching defs:bool
36 fn has_color(&self) -> bool { in has_color()
46 fn has_depth(&self) -> bool { in has_depth()
53 fn has_stencil(&self) -> bool { in has_stencil()
82 fn supports_blit_source(&self) -> bool { in supports_blit_source()
88 fn supports_blit_destination(&self) -> bool { in supports_blit_destination()
107 fn is_layout_initialized(&self) -> bool { in is_layout_initialized()
111 unsafe fn preinitialized_layout(&self) -> bool { in preinitialized_layout()
140 preinitialized: bool, in forced_undefined_initial_layout()
194 exclusive_access: bool, in try_gpu_lock()
195 uninitialized_safe: bool, in try_gpu_lock()
283 exclusive_access: bool, in try_gpu_lock()
284 uninitialized_safe: bool, in try_gpu_lock()
306 fn is_layout_initialized(&self) -> bool { in is_layout_initialized()
321 fn eq(&self, other: &Self) -> bool { in eq()
379 exclusive_access: bool, in try_gpu_lock()
380 uninitialized_safe: bool, in try_gpu_lock()
411 fn eq(&self, other: &Self) -> bool { in eq()
437 fn matches_format(&self) -> bool; in matches_format()