Lines Matching refs:screen
29 static struct pipe_screen *screen = NULL;
164 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL);
178 /* It's hard to say whether window or screen should be created
181 * Also, no easy way of querying supported formats if the screen
185 screen = graw_create_window_and_screen(0, 0, 300, 300,
188 if (window && screen)
191 if (!screen || !window) {
196 ctx = screen->context_create(screen, NULL, 0);
210 tex = screen->resource_create(screen, &templat);
212 fprintf(stderr, "Unable to create screen texture!\n");