Lines Matching defs:handle
82 void *handle;
91 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
92 ctx->bind_vertex_elements_state(ctx, handle);
109 void *handle;
120 handle = graw_parse_vertex_shader(ctx, text);
121 ctx->bind_vs_state(ctx, handle);
126 void *handle;
134 handle = graw_parse_fragment_shader(ctx, text);
135 ctx->bind_fs_state(ctx, handle);
141 void *handle;
162 handle = graw_parse_geometry_shader(ctx, text);
163 ctx->bind_gs_state(ctx, handle);
241 void *handle;
244 handle = ctx->create_blend_state(ctx, &blend);
245 ctx->bind_blend_state(ctx, handle);
250 void *handle;
252 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
253 ctx->bind_depth_stencil_alpha_state(ctx, handle);
258 void *handle;
265 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
266 ctx->bind_rasterizer_state(ctx, handle);