Home
last modified time | relevance | path

Searched defs:triangle_strip (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.h144 unsigned triangle_strip:1; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dbuilder.rs4062 pub fn triangle_strip(self) -> Self { in triangle_strip() method