Lines Matching refs:handle
43 void *handle;
52 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
53 info.ctx->bind_vertex_elements_state(info.ctx, handle);
70 void *handle;
81 handle = graw_parse_vertex_shader(info.ctx, text);
82 info.ctx->bind_vs_state(info.ctx, handle);
88 void *handle;
96 handle = graw_parse_fragment_shader(info.ctx, text);
97 info.ctx->bind_fs_state(info.ctx, handle);
124 void *handle;
130 handle = info.ctx->create_rasterizer_state(info.ctx, &rasterizer);
131 info.ctx->bind_rasterizer_state(info.ctx, handle);