Lines Matching defs:handle
112 void *handle;
132 handle = ctx->create_vertex_elements_state(ctx, 3, ve);
133 ctx->bind_vertex_elements_state(ctx, handle);
160 void *handle;
172 handle = graw_parse_vertex_shader(ctx, text);
173 ctx->bind_vs_state(ctx, handle);
178 void *handle;
186 handle = graw_parse_fragment_shader(ctx, text);
187 ctx->bind_fs_state(ctx, handle);
294 void *handle;
297 handle = ctx->create_blend_state(ctx, &blend);
298 ctx->bind_blend_state(ctx, handle);
303 void *handle;
305 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
306 ctx->bind_depth_stencil_alpha_state(ctx, handle);
311 void *handle;
318 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
319 ctx->bind_rasterizer_state(ctx, handle);