Lines Matching defs:handle
163 void *handle;
174 handle = ctx->create_vertex_elements_state(ctx, 3, ve);
175 ctx->bind_vertex_elements_state(ctx, handle);
192 void *handle;
206 handle = graw_parse_vertex_shader(ctx, text);
207 ctx->bind_vs_state(ctx, handle);
214 void *handle;
230 handle = graw_parse_fragment_shader(ctx, buf);
231 ctx->bind_fs_state(ctx, handle);
444 void *handle;
447 handle = ctx->create_blend_state(ctx, &blend);
448 ctx->bind_blend_state(ctx, handle);
453 void *handle;
455 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
456 ctx->bind_depth_stencil_alpha_state(ctx, handle);
461 void *handle;
468 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
469 ctx->bind_rasterizer_state(ctx, handle);