|
virtual void | initSurface () override |
|
virtual void | deinitSurface () override |
|
virtual void | resizeSurface () override |
|
virtual AndroidCommonGraphics::State | getState () const override |
|
virtual bool | setState (const AndroidCommonGraphics::State &state) override |
|
void | updateScreen () override |
|
void | displayMessageOnOSD (const Common::U32String &msg) override |
|
virtual bool | notifyMousePosition (Common::Point &mouse) override |
|
virtual Common::Point | getMousePosition () override |
|
float | getHiDPIScreenFactor () const override |
|
void | touchControlInitSurface (const Graphics::ManagedSurface &surf) override |
|
void | touchControlNotifyChanged () override |
|
void | touchControlDraw (uint8 alpha, int16 x, int16 y, int16 w, int16 h, const Common::Rect &clip) override |
|
bool | hasFeature (OSystem::Feature f) const override |
|
void | setFeatureState (OSystem::Feature f, bool enable) override |
|
bool | getFeatureState (OSystem::Feature f) const override |
|
const OSystem::GraphicsMode * | getSupportedGraphicsModes () const override |
|
int | getDefaultGraphicsMode () const override |
|
bool | setGraphicsMode (int mode, uint flags=OSystem::kGfxModeNoFlags) override |
|
int | getGraphicsMode () const override |
|
const OSystem::GraphicsMode * | getSupportedStretchModes () const override |
|
int | getDefaultStretchMode () const override |
|
bool | setStretchMode (int mode) override |
|
int | getStretchMode () const override |
|
bool | setShader (const Common::Path &fileNode) override |
|
void | beginGFXTransaction () override |
|
OSystem::TransactionError | endGFXTransaction () override |
|
int | getScreenChangeID () const override |
|
void | initSize (uint width, uint height, const Graphics::PixelFormat *format) override |
|
int16 | getWidth () const override |
|
int16 | getHeight () const override |
|
void | copyRectToScreen (const void *buf, int pitch, int x, int y, int w, int h) override |
|
void | fillScreen (uint32 col) override |
|
void | fillScreen (const Common::Rect &r, uint32 col) override |
|
void | updateScreen () override |
|
Graphics::Surface * | lockScreen () override |
|
void | unlockScreen () override |
|
void | setFocusRectangle (const Common::Rect &rect) override |
|
void | clearFocusRectangle () override |
|
int16 | getOverlayWidth () const override |
|
int16 | getOverlayHeight () const override |
|
Graphics::PixelFormat | getOverlayFormat () const override |
|
void | copyRectToOverlay (const void *buf, int pitch, int x, int y, int w, int h) override |
|
void | clearOverlay () override |
|
void | grabOverlay (Graphics::Surface &surface) const override |
|
void | setMouseCursor (const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics::PixelFormat *format, const byte *mask) override |
|
void | setCursorPalette (const byte *colors, uint start, uint num) override |
|
void | displayMessageOnOSD (const Common::U32String &msg) override |
|
void | displayActivityIconOnOSD (const Graphics::Surface *icon) override |
|
void | setPalette (const byte *colors, uint start, uint num) override |
|
void | grabPalette (byte *colors, uint start, uint num) const override |
|
void | showOverlay (bool inGUI) override |
|
void | hideOverlay () override |
|
bool | isOverlayVisible () const override |
|
void | setShakePos (int shakeXOffset, int shakeYOffset) override |
|
int | getWindowWidth () const |
|
int | getWindowHeight () const |
|
virtual Common::RotationMode | getRotationMode () const |
|
virtual uint | getDefaultScaler () const |
|
virtual uint | getDefaultScaleFactor () const |
|
virtual bool | setScaler (uint mode, int factor) |
|
virtual uint | getScaler () const |
|
virtual uint | getScaleFactor () const |
|
virtual void | initSizeHint (const Graphics::ModeList &modes) |
|
virtual void | saveScreenshot () |
|
virtual bool | lockMouse (bool lock) |
|
void | setPalette (const Graphics::Palette &pal, uint start=0) |
|
Graphics::Palette | grabPalette (uint start, uint num) |
|
|
void | recalculateDisplayAreas () override |
|
void | setSystemMousePosition (const int x, const int y) override |
|
void | showOverlay (bool inGUI) override |
|
void | hideOverlay () override |
|
bool | loadVideoMode (uint requestedWidth, uint requestedHeight, const Graphics::PixelFormat &format) override |
|
void | refreshScreen () override |
|
void | syncVirtkeyboardState (bool virtkeybd_on) override |
|
void | applyTouchSettings () const override |
|
void | renderCursor () |
|
bool | isGLESContext () const |
|
void | notifyContextCreate (ContextType type, Framebuffer *target, const Graphics::PixelFormat &defaultFormat, const Graphics::PixelFormat &defaultFormatAlpha) |
|
void | notifyContextDestroy () |
|
Surface * | createSurface (const Graphics::PixelFormat &format, bool wantAlpha=false, bool wantScaler=false, bool wantMask=false) |
|
TransactionMode | getTransactionMode () const |
|
bool | loadShader (const Common::Path &fileName) |
|
bool | saveScreenshot (const Common::Path &filename) const |
|
bool | getGLPixelFormat (const Graphics::PixelFormat &pixelFormat, GLenum &glIntFormat, GLenum &glFormat, GLenum &glType) const |
|
bool | gameNeedsAspectRatioCorrection () const override |
|
int | getGameRenderScale () const override |
|
void | recalculateDisplayAreas () override |
|
void | handleResizeImpl (const int width, const int height) override |
|
void | updateLinearFiltering () |
|
Pipeline * | getPipeline () const |
|
void | updateCursorPalette () |
|
void | recalculateCursorScaling () |
|
virtual const Graphics::Font * | getFontOSD () const |
|
Common::Point | convertVirtualToWindow (const int x, const int y) const |
|
Common::Point | convertWindowToVirtual (int x, int y) const |
|
frac_t | getDesiredGameAspectRatio () const |
|
void | handleResize (const int width, const int height) |
|
virtual void | notifyActiveAreaChanged () |
|
bool | showMouse (bool visible) override |
|
void | warpMouse (int x, int y) override |
|
void | setMousePosition (int x, int y) |
|