Lines Matching refs:info
14 static struct graw_info info;
88 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
89 info.ctx->bind_vertex_elements_state(info.ctx, handle);
95 vbuf.buffer.resource = pipe_buffer_create_with_data(info.ctx,
101 info.ctx->set_vertex_buffers(info.ctx, 0, 1, 0, false, &vbuf);
119 handle = graw_parse_vertex_shader(info.ctx, text);
120 info.ctx->bind_vs_state(info.ctx, handle);
145 handle = graw_parse_fragment_shader(info.ctx, text);
146 info.ctx->bind_fs_state(info.ctx, handle);
160 info.ctx->clear(info.ctx,
164 util_draw_arrays(info.ctx, PIPE_PRIM_QUADS, 0, NUM_VERTS);
165 info.ctx->flush(info.ctx, NULL, 0);
167 graw_util_flush_front(&info);
186 if (!graw_util_create_window(&info, width, height, 1, TRUE))
189 graw_util_default_state(&info, TRUE);
191 graw_util_viewport(&info, 0, 0, width, height, -1.0, 1.0);