Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/minui/
Dresources.cpp43 GRSurface* surface = reinterpret_cast<GRSurface*>(temp); in malloc_surface() local
144 GRSurface* surface = malloc_surface(width * height * 4); in init_display_surface() local
201 GRSurface* surface = NULL; in res_create_display_surface() local
242 GRSurface** surface = NULL; in res_create_multi_display_surface() local
329 GRSurface* surface = NULL; in res_create_alpha_surface() local
402 GRSurface* surface = NULL; in res_create_localized_alpha_surface() local
468 void res_free_surface(GRSurface* surface) { in res_free_surface()
Dgraphics_drm.cpp48 void MinuiBackendDrm::DrmEnableCrtc(int drm_fd, drmModeCrtc* crtc, GRSurfaceDrm* surface) { in DrmEnableCrtc()
67 void MinuiBackendDrm::DrmDestroySurface(GRSurfaceDrm* surface) { in DrmDestroySurface()
112 GRSurfaceDrm* surface = new GRSurfaceDrm; in DrmCreateSurface() local
Dgraphics.cpp246 unsigned int gr_get_width(GRSurface* surface) { in gr_get_width()
253 unsigned int gr_get_height(GRSurface* surface) { in gr_get_height()
/bootable/recovery/
Dwear_ui.cpp83 GRSurface* surface; in draw_background_locked() local
Dscreen_ui.cpp454 void ScreenRecoveryUI::LoadBitmap(const char* filename, GRSurface** surface) { in LoadBitmap()
461 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, GRSurface** surface) { in LoadLocalizedBitmap()