Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_live_shader_cache.h65 void (*destroy_shader)(struct pipe_context *, void *); member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/ext/
Dshader_object.rs47 pub unsafe fn destroy_shader( in destroy_shader() method