Home
last modified time | relevance | path

Searched defs:draw_indexed (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dpipeline.rs344 pub fn draw_indexed( in draw_indexed() function
1827 pub unsafe fn draw_indexed( in draw_indexed() method
2375 pub unsafe fn draw_indexed( in draw_indexed() method
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp196 draw_indexed(struct zink_context *ctx, in draw_indexed() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dpipeline.rs560 pub unsafe fn draw_indexed( in draw_indexed() function
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h687 bool draw_indexed; member