Lines Matching defs:ctx
33 static void noop_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info) in noop_draw_vbo()
37 static void noop_set_blend_color(struct pipe_context *ctx, in noop_set_blend_color()
42 static void *noop_create_blend_state(struct pipe_context *ctx, in noop_create_blend_state()
54 static void *noop_create_dsa_state(struct pipe_context *ctx, in noop_create_dsa_state()
66 static void *noop_create_rs_state(struct pipe_context *ctx, in noop_create_rs_state()
78 static void *noop_create_sampler_state(struct pipe_context *ctx, in noop_create_sampler_state()
90 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view()
105 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx, in noop_create_surface()
128 static void noop_set_vs_sampler_view(struct pipe_context *ctx, unsigned count, in noop_set_vs_sampler_view()
133 static void noop_set_ps_sampler_view(struct pipe_context *ctx, unsigned count, in noop_set_ps_sampler_view()
138 static void noop_bind_sampler(struct pipe_context *ctx, unsigned count, void **states) in noop_bind_sampler()
142 static void noop_set_clip_state(struct pipe_context *ctx, in noop_set_clip_state()
147 static void noop_set_polygon_stipple(struct pipe_context *ctx, in noop_set_polygon_stipple()
156 static void noop_set_scissor_state(struct pipe_context *ctx, in noop_set_scissor_state()
161 static void noop_set_stencil_ref(struct pipe_context *ctx, in noop_set_stencil_ref()
166 static void noop_set_viewport_state(struct pipe_context *ctx, in noop_set_viewport_state()
171 static void noop_set_framebuffer_state(struct pipe_context *ctx, in noop_set_framebuffer_state()
176 static void noop_set_constant_buffer(struct pipe_context *ctx, in noop_set_constant_buffer()
183 static void noop_sampler_view_destroy(struct pipe_context *ctx, in noop_sampler_view_destroy()
191 static void noop_surface_destroy(struct pipe_context *ctx, in noop_surface_destroy()
198 static void noop_bind_state(struct pipe_context *ctx, void *state) in noop_bind_state()
202 static void noop_delete_state(struct pipe_context *ctx, void *state) in noop_delete_state()
207 static void noop_delete_vertex_element(struct pipe_context *ctx, void *state) in noop_delete_vertex_element()
213 static void noop_set_index_buffer(struct pipe_context *ctx, in noop_set_index_buffer()
218 static void noop_set_vertex_buffers(struct pipe_context *ctx, unsigned count, in noop_set_vertex_buffers()
223 static void *noop_create_vertex_elements(struct pipe_context *ctx, in noop_create_vertex_elements()
236 static void *noop_create_shader_state(struct pipe_context *ctx, in noop_create_shader_state()
249 struct pipe_context *ctx, in noop_create_stream_output_target()
265 static void noop_stream_output_target_destroy(struct pipe_context *ctx, in noop_stream_output_target_destroy()
272 static void noop_set_stream_output_targets(struct pipe_context *ctx, in noop_set_stream_output_targets()
281 void noop_init_state_functions(struct pipe_context *ctx) in noop_init_state_functions()