Lines Matching full:ctx
22 struct pipe_context *ctx;
31 ctx->clear(ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
32 ctx->flush(ctx, NULL);
34 graw_save_surface_to_file(ctx, surf, NULL);
64 ctx = screen->context_create(screen, NULL);
65 if (ctx == NULL)
89 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
99 ctx->set_framebuffer_state(ctx, &fb);