Searched defs:surface (Results 1 – 6 of 6) sorted by relevance
| /bootable/recovery/minui/ |
| D | resources.cpp | 221 auto surface = GRSurface::Create(width, height, width * 4, 4); in res_create_display_surface() local 274 GRSurface** surface = nullptr; in res_create_multi_display_surface() local 343 auto surface = GRSurface::Create(width, height, width, 1); in res_create_alpha_surface() local 454 auto surface = GRSurface::Create(w, h, w, 1); in res_create_localized_alpha_surface() local 476 void res_free_surface(GRSurface* surface) { in res_free_surface()
|
| D | graphics_drm.cpp | 112 auto surface = std::unique_ptr<GRSurfaceDrm>(new GRSurfaceDrm( in Create() local 156 const std::unique_ptr<GRSurfaceDrm>& surface, in DrmEnableCrtc() 424 GRSurface* surface = NULL; in Flip() local
|
| D | graphics.cpp | 167 static uint32_t* PixelAt(GRSurface* surface, int x, int y, int row_pixels) { in PixelAt() 348 unsigned int gr_get_width(const GRSurface* surface) { in gr_get_width() 355 unsigned int gr_get_height(const GRSurface* surface) { in gr_get_height()
|
| /bootable/recovery/tests/unit/ |
| D | minui_test.cpp | 28 auto surface = GRSurface::Create(9, 11, 9, 1); in TEST() local
|
| /bootable/recovery/recovery_ui/ |
| D | vr_ui.cpp | 37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
|
| D | screen_ui.cpp | 285 const GRSurface* surface) { in ValidateGraphicSurface() 617 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() 823 GRSurface* surface; in LoadBitmap() local 832 GRSurface* surface; in LoadLocalizedBitmap() local
|