Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dcontext.rs239 pub(super) fn texture_unmap(&self, tx: *mut pipe_transfer) { in texture_unmap() method
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h890 void (*texture_unmap)(struct pipe_context *, member