OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gr_framebuffer
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/framebuffer/
fb_test.c
43
static GGLSurface
gr_framebuffer
[2];
variable
147
gr_fb_fd = get_framebuffer(
gr_framebuffer
);
180
return
gr_framebuffer
[0].width;
185
return
gr_framebuffer
[0].height;
229
clear_screen(w, h, (uint16_t *)
gr_framebuffer
[0].data);
230
clear_screen(w, h, (uint16_t *)
gr_framebuffer
[1].data);
240
draw_grid(w, h, (uint16_t *)
gr_framebuffer
[id].data);
/bootable/recovery/minui/
graphics.c
45
static GGLSurface
gr_framebuffer
[2];
variable
133
memcpy(
gr_framebuffer
[gr_active_fb].data, gr_mem_surface.data,
264
gr_fb_fd = get_framebuffer(
gr_framebuffer
);
273
gr_fb_fd,
gr_framebuffer
[0].width,
gr_framebuffer
[0].height);
302
return
gr_framebuffer
[0].width;
307
return
gr_framebuffer
[0].height;
Completed in 185 milliseconds