Home
last modified time | relevance | path

Searched defs:DrawSurface (Results 1 – 3 of 3) sorted by relevance

/aosp12/bootable/recovery/recovery_ui/
H A Dvr_ui.cpp37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() function in VrRecoveryUI
H A Dscreen_ui.cpp611 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() function in ScreenRecoveryUI
/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp54 void DrawSurface(const GRSurface* /* surface */, int /* sx */, int /* sy */, int /* w */, in DrawSurface() function in MockDrawFunctions