Home
last modified time | relevance | path

Searched defs:clear_texture (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dcontext.rs148 pub fn clear_texture(&self, res: &PipeResource, pattern: &[u32], bx: &pipe_box) { in clear_texture() method
150 let clear_texture = self in clear_texture() localVariable
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h749 void (*clear_texture)(struct pipe_context *pipe, member
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py729 def clear_texture(self, res, level, box, **color): member in Context