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