Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h327 void (*clear_depth_stencil)(struct pipe_context *pipe, member
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h457 void (*clear_depth_stencil)(struct pipe_context *pipe, member
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py657 def clear_depth_stencil(self, dst, clear_flags, depth, stencil, dstx, dsty, width, height): member in Context