Lines Matching defs:handle
46 void *handle;
55 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
56 info.ctx->bind_vertex_elements_state(info.ctx, handle);
74 void *handle;
85 handle = graw_parse_vertex_shader(info.ctx, text);
86 info.ctx->bind_vs_state(info.ctx, handle);
92 void *handle;
100 handle = graw_parse_fragment_shader(info.ctx, text);
101 info.ctx->bind_fs_state(info.ctx, handle);
128 void *handle;
136 handle = info.ctx->create_rasterizer_state(info.ctx, &rasterizer);
137 info.ctx->bind_rasterizer_state(info.ctx, handle);