Lines Matching full:handle
44 void *handle;
53 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
54 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);
87 void *handle;
98 handle = graw_parse_fragment_shader(info.ctx, text);
99 info.ctx->bind_fs_state(info.ctx, handle);
187 void *handle;
192 handle = info.ctx->create_rasterizer_state(info.ctx, &rasterizer);
193 info.ctx->bind_rasterizer_state(info.ctx, handle);