Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h377 void (*bind_rasterizer_state)(struct pipe_context *, void *); member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py327 def bind_rasterizer_state(self, state): member in Context