|
virtual | ~CWinSystemGbmEGLContext ()=default |
|
bool | DestroyWindowSystem () override |
|
bool | CreateNewWindow (const std::string &name, bool fullScreen, RESOLUTION_INFO &res) override |
|
EGLDisplay | GetEGLDisplay () const |
|
EGLSurface | GetEGLSurface () const |
|
EGLContext | GetEGLContext () const |
|
EGLConfig | GetEGLConfig () const |
|
| CWinSystemGbm () |
|
virtual | ~CWinSystemGbm ()=default |
|
bool | InitWindowSystem () override |
|
bool | DestroyWindow () override |
|
bool | ResizeWindow (int newWidth, int newHeight, int newLeft, int newTop) override |
|
bool | SetFullScreen (bool fullScreen, RESOLUTION_INFO &res, bool blankOtherDisplays) override |
|
void | FlipPage (bool rendered, bool videoLayer) |
|
bool | CanDoWindowed () override |
|
void | UpdateResolutions () override |
|
bool | UseLimitedColor () override |
|
bool | Hide () override |
|
bool | Show (bool raise=true) override |
|
virtual void | Register (IDispResource *resource) |
|
virtual void | Unregister (IDispResource *resource) |
|
std::shared_ptr< CVideoLayerBridge > | GetVideoLayerBridge () const |
|
void | RegisterVideoLayerBridge (std::shared_ptr< CVideoLayerBridge > bridge) |
|
std::string | GetModule () const |
|
std::string | GetDevicePath () const |
|
struct gbm_device * | GetGBMDevice () const |
|
std::shared_ptr< CDRMUtils > | GetDrm () const |
|
| CWinSystemBase () |
|
virtual | ~CWinSystemBase () |
|
virtual CRenderSystemBase * | GetRenderSystem () |
|
virtual bool | MoveWindow (int topLeft, int topRight) |
|
virtual void | FinishModeChange (RESOLUTION res) |
|
virtual void | FinishWindowResize (int newWidth, int newHeight) |
|
virtual bool | CenterWindow () |
|
virtual bool | IsCreated () |
|
virtual void | NotifyAppFocusChange (bool bGaining) |
|
virtual void | NotifyAppActiveChange (bool bActivated) |
|
virtual void | ShowOSMouse (bool show) |
|
virtual bool | HasCursor () |
|
virtual bool | HasInertialGestures () |
|
virtual int | NoOfBuffers () |
|
virtual float | GetDisplayLatency () |
|
virtual float | GetFrameLatencyAdjustment () |
|
virtual bool | Minimize () |
|
virtual bool | Restore () |
|
virtual std::unique_ptr< CVideoSync > | GetVideoSync (void *clock) |
|
virtual void | OnMove (int x, int y) |
|
KODI::WINDOWING::COSScreenSaverManager * | GetOSScreenSaver () |
|
unsigned int | GetWidth () |
|
unsigned int | GetHeight () |
|
bool | IsFullScreen () |
|
void | SetWindowResolution (int width, int height) |
|
std::vector< RESOLUTION_WHR > | ScreenResolutions (float refreshrate) |
|
std::vector< REFRESHRATE > | RefreshRates (int width, int height, uint32_t dwFlags) |
|
REFRESHRATE | DefaultRefreshRate (std::vector< REFRESHRATE > rates) |
|
virtual bool | HasCalibration (const RESOLUTION_INFO &resInfo) |
|
virtual std::string | GetClipboardText (void) |
|
void | RegisterRenderLoop (IRenderLoop *client) |
|
void | UnregisterRenderLoop (IRenderLoop *client) |
|
void | DriveRenderLoop () |
|
virtual bool | MessagePump () |
|
CGraphicContext & | GetGfxContext () |
|