Home | History | Annotate | Download | only in graw

Lines Matching refs:handle

202    void *handle;
213 handle = ctx->create_vertex_elements_state(ctx, 3, ve);
214 ctx->bind_vertex_elements_state(ctx, handle);
230 void *handle;
244 handle = graw_parse_vertex_shader(ctx, text);
245 ctx->bind_vs_state(ctx, handle);
252 void *handle;
268 handle = graw_parse_fragment_shader(ctx, buf);
269 ctx->bind_fs_state(ctx, handle);
487 void *handle;
490 handle = ctx->create_blend_state(ctx, &blend);
491 ctx->bind_blend_state(ctx, handle);
496 void *handle;
498 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
499 ctx->bind_depth_stencil_alpha_state(ctx, handle);
504 void *handle;
509 handle = ctx->create_rasterizer_state(ctx, &rasterizer);
510 ctx->bind_rasterizer_state(ctx, handle);