Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h154 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h300 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py322 def bind_depth_stencil_alpha_state(self, state): member in Context