Searched defs:surface (Results 1 – 5 of 5) sorted by relevance
| /bootable/recovery/minui/ |
| D | resources.cpp | 45 GRSurface* surface = reinterpret_cast<GRSurface*>(temp); in malloc_surface() local 183 GRSurface* surface = malloc_surface(width * height * 4); in init_display_surface() local 249 GRSurface* surface = init_display_surface(width, height); in res_create_display_surface() local 299 GRSurface** surface = nullptr; in res_create_multi_display_surface() local 365 GRSurface* surface = malloc_surface(width * height); in res_create_alpha_surface() local 470 GRSurface* surface = malloc_surface(w * h); in res_create_localized_alpha_surface() local 496 void res_free_surface(GRSurface* surface) { in res_free_surface()
|
| D | graphics_drm.cpp | 48 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
|
| D | graphics.cpp | 279 unsigned int gr_get_width(GRSurface* surface) { in gr_get_width() 286 unsigned int gr_get_height(GRSurface* surface) { in gr_get_height()
|
| /bootable/recovery/ |
| D | vr_ui.cpp | 31 void VrRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
|
| D | screen_ui.cpp | 345 void ScreenRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() 553 void ScreenRecoveryUI::LoadBitmap(const char* filename, GRSurface** surface) { in LoadBitmap() 560 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, GRSurface** surface) { in LoadLocalizedBitmap()
|