Searched defs:bind_sampler_states (Results 1 – 3 of 3) sorted by relevance
287 pub fn bind_sampler_states(&self, samplers: &[*mut c_void]) { in bind_sampler_states() method
369 void (*bind_sampler_states)(struct pipe_context *, member
307 def bind_sampler_states(self, shader, start, num_states, states): member in Context