Lines Matching defs: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);
71 void *handle;
82 handle = graw_parse_vertex_shader(info.ctx, text);
83 info.ctx->bind_vs_state(info.ctx, handle);
88 void *handle;
100 handle = graw_parse_fragment_shader(info.ctx, text);
101 info.ctx->bind_fs_state(info.ctx, handle);
190 void *handle;
197 handle = info.ctx->create_rasterizer_state(info.ctx, &rasterizer);
198 info.ctx->bind_rasterizer_state(info.ctx, handle);