Home
last modified time | relevance | path

Searched refs:res_create_display_surface (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/extras/slideshow/
H A Dslideshow.cpp63 if (res_create_display_surface(resname, &surface) < 0) { in draw()
/aosp12/bootable/recovery/minui/include/minui/
H A Dminui.h190 int res_create_display_surface(const char* name, GRSurface** pSurface);
/aosp12/bootable/recovery/minui/
H A Dresources.cpp186 int res_create_display_surface(const char* name, GRSurface** pSurface) { in res_create_display_surface() function
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger.cpp742 return res_create_display_surface(name.c_str(), surface); in CreateDisplaySurface()
/aosp12/bootable/recovery/recovery_ui/
H A Dscreen_ui.cpp818 if (auto result = res_create_display_surface(filename.c_str(), &surface); result < 0) { in LoadBitmap()