Home | History | Annotate | Download | only in graw

Lines Matching refs:screen

29 static struct pipe_screen *screen = NULL;
158 screen->flush_frontbuffer(screen, rttex, 0, 0, window);
223 samptex = screen->resource_create(screen,
303 /* It's hard to say whether window or screen should be created
306 * Also, no easy way of querying supported formats if the screen
310 screen = graw_create_window_and_screen(0, 0, 300, 300,
313 if (window && screen)
316 if (!screen || !window) {
321 ctx = screen->context_create(screen, NULL);
336 rttex = screen->resource_create(screen,