Lines Matching refs:handle
88 void *handle;
97 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
98 ctx->bind_vertex_elements_state(ctx, handle);
114 void *handle;
125 handle = graw_parse_vertex_shader(ctx, text);
126 ctx->bind_vs_state(ctx, handle);
131 void *handle;
143 handle = graw_parse_fragment_shader(ctx, text);
144 ctx->bind_fs_state(ctx, handle);
360 void *handle;
363 handle = ctx->create_blend_state(ctx, &blend);
364 ctx->bind_blend_state(ctx, handle);
369 void *handle;
371 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
372 ctx->bind_depth_stencil_alpha_state(ctx, handle);
377 void *handle;
382 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
383 ctx->bind_rasterizer_state(ctx, handle);