Lines Matching defs:handle
143 void *handle;
153 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
154 ctx->bind_vertex_elements_state(ctx, handle);
187 void *handle;
203 handle = graw_parse_vertex_shader(ctx, buf);
204 ctx->bind_vs_state(ctx, handle);
210 void *handle;
218 handle = graw_parse_fragment_shader(ctx, text);
219 ctx->bind_fs_state(ctx, handle);
432 void *handle;
435 handle = ctx->create_blend_state(ctx, &blend);
436 ctx->bind_blend_state(ctx, handle);
441 void *handle;
443 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
444 ctx->bind_depth_stencil_alpha_state(ctx, handle);
449 void *handle;
457 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
458 ctx->bind_rasterizer_state(ctx, handle);