OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_create_surface
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/minui/
minui.h
74
int
res_create_surface
(const char* name, gr_surface* pSurface);
resources.c
46
int
res_create_surface
(const char* name, gr_surface* pSurface) {
function
graphics.c
329
int res =
res_create_surface
("font", (void**)&(gr_font->texture));
/bootable/recovery/
screen_ui.cpp
331
int result =
res_create_surface
(filename, surface);
/system/core/charger/
charger.c
981
ret =
res_create_surface
("charger/battery_fail", &charger->surf_unknown);
990
ret =
res_create_surface
(frame->name, &frame->surface);
Completed in 210 milliseconds