Lines Matching defs:handle
83 void *handle;
92 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
93 info.ctx->bind_vertex_elements_state(info.ctx, handle);
111 void *handle;
122 handle = graw_parse_vertex_shader(info->ctx, text);
123 if (!handle) {
127 info->ctx->bind_vs_state(info->ctx, handle);
134 void *handle;
142 handle = graw_parse_fragment_shader(info->ctx, text);
143 if (!handle) {
147 info->ctx->bind_fs_state(info->ctx, handle);