Home
last modified time | relevance | path

Searched defs:unfilled (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c67 struct unfilled_stage *unfilled = unfilled_stage(stage); in inject_front_face_info() local
195 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_tri() local
222 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_first_tri() local
266 struct unfilled_stage *unfilled = unfilled_stage(stage); in draw_unfilled_prepare_outputs() local
288 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); in draw_unfilled_stage() local
H A Ddraw_private.h151 struct draw_stage *unfilled; member
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_output_stream/
Dbuffer.rs61 pub(crate) fn unfilled(&mut self) -> &mut [MaybeUninit<u8>] { in unfilled() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/io/
H A Dborrowed_buf.rs113 pub fn unfilled<'this>(&'this mut self) -> BorrowedCursor<'this> { in unfilled() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/io/
H A Dborrowed_buf.rs113 pub fn unfilled<'this>(&'this mut self) -> BorrowedCursor<'this> { in unfilled() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/io/
H A Dborrowed_buf.rs113 pub fn unfilled<'this>(&'this mut self) -> BorrowedCursor<'this> { in unfilled() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/io/
H A Dborrowed_buf.rs113 pub fn unfilled<'this>(&'this mut self) -> BorrowedCursor<'this> { in unfilled() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/io/
H A Dborrowed_buf.rs113 pub fn unfilled<'this>(&'this mut self) -> BorrowedCursor<'this> { in unfilled() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dread_buf.rs292 let unfilled = unsafe { self.unfilled_mut() }; in chunk_mut() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/
Dlib.rs716 let mut unfilled = String::with_capacity(text.len()); in unfill() localVariable