Lines Matching full:override
27 ~FrameBufferGDI() override;
29 void flip(sw::Surface *source) override;
30 void blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) override;
32 void flip(HWND windowOverride, sw::Surface *source) override;
33 void blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const Rect *destRect) override;
35 void *lock() override;
36 void unlock() override;
38 void setGammaRamp(GammaRamp *gammaRamp, bool calibrate) override;
39 void getGammaRamp(GammaRamp *gammaRamp) override;
41 void screenshot(void *destBuffer) override;
42 bool getScanline(bool &inVerticalBlank, unsigned int &scanline) override;