Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.cpp221 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()
Dgraphics_drm.cpp112 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
Dgraphics.cpp167 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/
Dminui_test.cpp28 auto surface = GRSurface::Create(9, 11, 9, 1); in TEST() local
/bootable/recovery/recovery_ui/
Dvr_ui.cpp37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
Dscreen_ui.cpp285 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