Lines Matching full:handle
78 void *handle;
87 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
88 ctx->bind_vertex_elements_state(ctx, handle);
104 void *handle;
115 handle = graw_parse_vertex_shader(ctx, text);
116 ctx->bind_vs_state(ctx, handle);
124 void *handle;
135 handle = graw_parse_fragment_shader(ctx, text);
136 return handle;
233 void *handle;
236 handle = ctx->create_blend_state(ctx, &blend);
237 ctx->bind_blend_state(ctx, handle);
242 void *handle;
244 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
245 ctx->bind_depth_stencil_alpha_state(ctx, handle);
250 void *handle;
255 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
256 ctx->bind_rasterizer_state(ctx, handle);