Lines Matching refs:handle
110 void *handle;
130 handle = ctx->create_vertex_elements_state(ctx, 3, ve);
131 ctx->bind_vertex_elements_state(ctx, handle);
169 void *handle;
181 handle = graw_parse_vertex_shader(ctx, text);
182 ctx->bind_vs_state(ctx, handle);
187 void *handle;
195 handle = graw_parse_fragment_shader(ctx, text);
196 ctx->bind_fs_state(ctx, handle);
289 void *handle;
292 handle = ctx->create_blend_state(ctx, &blend);
293 ctx->bind_blend_state(ctx, handle);
298 void *handle;
300 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
301 ctx->bind_depth_stencil_alpha_state(ctx, handle);
306 void *handle;
311 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
312 ctx->bind_rasterizer_state(ctx, handle);