Lines Matching refs:handle
146 void *handle;
156 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
157 ctx->bind_vertex_elements_state(ctx, handle);
188 void *handle;
204 handle = graw_parse_vertex_shader(ctx, buf);
205 ctx->bind_vs_state(ctx, handle);
211 void *handle;
219 handle = graw_parse_fragment_shader(ctx, text);
220 ctx->bind_fs_state(ctx, handle);
438 void *handle;
441 handle = ctx->create_blend_state(ctx, &blend);
442 ctx->bind_blend_state(ctx, handle);
447 void *handle;
449 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
450 ctx->bind_depth_stencil_alpha_state(ctx, handle);
455 void *handle;
461 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
462 ctx->bind_rasterizer_state(ctx, handle);