Lines Matching defs:handle
81 void *handle;
90 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
91 ctx->bind_vertex_elements_state(ctx, handle);
108 void *handle;
119 handle = graw_parse_vertex_shader(ctx, text);
120 ctx->bind_vs_state(ctx, handle);
128 void *handle;
139 handle = graw_parse_fragment_shader(ctx, text);
140 return handle;
236 void *handle;
239 handle = ctx->create_blend_state(ctx, &blend);
240 ctx->bind_blend_state(ctx, handle);
245 void *handle;
247 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
248 ctx->bind_depth_stencil_alpha_state(ctx, handle);
253 void *handle;
260 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
261 ctx->bind_rasterizer_state(ctx, handle);