Home | History | Annotate | Download | only in graw

Lines Matching full:handle

82    void *handle;
91 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
92 info.ctx->bind_vertex_elements_state(info.ctx, handle);
110 void *handle;
121 handle = graw_parse_vertex_shader(info->ctx, text);
122 if (!handle) {
126 info->ctx->bind_vs_state(info->ctx, handle);
133 void *handle;
141 handle = graw_parse_fragment_shader(info->ctx, text);
142 if (!handle) {
146 info->ctx->bind_fs_state(info->ctx, handle);