HomeSort by relevance Sort by last modified time
    Searched refs:DrawSurface (Results 1 - 10 of 10) sorted by null

  /bootable/recovery/recovery_ui/include/recovery_ui/
vr_ui.h 36 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
screen_ui.h 63 virtual void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
324 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
  /bootable/recovery/recovery_ui/
vr_ui.cpp 37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
screen_ui.cpp 429 DrawSurface(stage_surface.get(), 0, 0, stage_width, stage_height, x, y);
451 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y);
472 DrawSurface(progress_bar_fill_.get(), width - pos, 0, pos, height,
476 DrawSurface(progress_bar_empty_.get(), 0, 0, width - pos, height, progress_x, progress_y);
481 DrawSurface(progress_bar_fill_.get(), 0, 0, pos, height, progress_x, progress_y);
484 DrawSurface(progress_bar_empty_.get(), pos, 0, width - pos, height, progress_x + pos,
608 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
710 DrawSurface(fastbootd_logo_.get(), 0, 0, width, height, centered_x, y);
    [all...]
  /external/mesa3d/src/egl/main/
eglcontext.h 54 _EGLSurface *DrawSurface;
eglcontext.c 623 _EGLSurface *surf = ctx->DrawSurface;
800 prev_draw = prev_ctx->DrawSurface;
808 prev_ctx->DrawSurface = NULL;
822 ctx->DrawSurface = draw;
eglapi.c     [all...]
eglsurface.c 400 ctx->DrawSurface != surface)
  /bootable/recovery/tests/unit/
screen_ui_test.cpp 54 void DrawSurface(const GRSurface* /* surface */, int /* sx */, int /* sy */, int /* w */,
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]

Completed in 933 milliseconds