Lines Matching defs:handle
91 void *handle;
100 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
101 ctx->bind_vertex_elements_state(ctx, handle);
118 void *handle;
129 handle = graw_parse_vertex_shader(ctx, text);
130 ctx->bind_vs_state(ctx, handle);
135 void *handle;
147 handle = graw_parse_fragment_shader(ctx, text);
148 ctx->bind_fs_state(ctx, handle);
359 void *handle;
362 handle = ctx->create_blend_state(ctx, &blend);
363 ctx->bind_blend_state(ctx, handle);
368 void *handle;
370 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
371 ctx->bind_depth_stencil_alpha_state(ctx, handle);
376 void *handle;
383 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
384 ctx->bind_rasterizer_state(ctx, handle);