HomeSort by relevance Sort by last modified time
    Searched refs:gr_active_fb (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minui/
graphics.c 59 static unsigned gr_active_fb = 0; variable
178 gr_active_fb = (gr_active_fb + 1) & 1;
182 memcpy(gr_framebuffer[gr_active_fb].data, gr_mem_surface.data,
186 set_active_framebuffer(gr_active_fb);
331 gr_active_fb = 0;
  /system/extras/tests/framebuffer/
fb_test.c 40 static unsigned gr_active_fb = 0; variable
167 gr_active_fb = id;

Completed in 170 milliseconds