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

  /bootable/recovery/
vr_ui.h 34 void DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, int dy) const override;
vr_ui.cpp 31 void VrRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx,
screen_ui.cpp 170 DrawSurface(stage_surface, 0, 0, stage_width, stage_height, x, y);
192 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y);
213 DrawSurface(progressBarFill, width - pos, 0, pos, height, progress_x + width - pos,
217 DrawSurface(progressBarEmpty, 0, 0, width - pos, height, progress_x, progress_y);
222 DrawSurface(progressBarFill, 0, 0, pos, height, progress_x, progress_y);
225 DrawSurface(progressBarEmpty, pos, 0, width - pos, height, progress_x + pos, progress_y);
345 void ScreenRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx,
screen_ui.h 139 virtual void DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, int dy) const;
  /external/mesa3d/src/egl/main/
eglcontext.c 530 _EGLSurface *surf = ctx->DrawSurface;
704 prev_draw = prev_ctx->DrawSurface;
712 prev_ctx->DrawSurface = NULL;
726 ctx->DrawSurface = draw;
eglcontext.h 54 _EGLSurface *DrawSurface;
eglapi.c     [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]

Completed in 85 milliseconds