|
|
| OpenGLRenderer (Common::Point resolution) |
| |
|
Common::ScopedPtr< ITexture > | createTexture (int32 w, int32 h, bool withMipmaps) override |
| |
|
Graphics::PixelFormat | getPixelFormat () const override |
| |
|
bool | requiresPoTTextures () const override |
| |
|
void | end () override |
| |
|
void | setOutput (Graphics::Surface &output) override |
| |
|
| OpenGLRendererBase (Common::Point resolution) |
| |
|
bool | hasOutput () const override |
| |
|
virtual void | begin ()=0 |
| |
|
virtual void | setTexture (ITexture *texture)=0 |
| |
|
virtual void | setBlendMode (BlendMode blendMode)=0 |
| |
|
virtual void | setLodBias (float lodBias)=0 |
| |
|
virtual void | quad (Math::Vector2d topLeft, Math::Vector2d size, Color color=kWhite, Math::Angle rotation=Math::Angle(), Math::Vector2d texMin=Math::Vector2d(0, 0), Math::Vector2d texMax=Math::Vector2d(1, 1))=0 |
| |
|
|
void | setViewportInner (int x, int y, int width, int height) override |
| |
|
void | setBlendFunc (BlendMode blendMode) |
| | just the blend-func, not texenv/shader uniform
|
| |
|
void | checkFirstDrawCommand () |
| |
|
virtual void | setMatrices (bool flipped)=0 |
| |
|
void | resetState () |
| |
|
void | setViewportToScreen () |
| |
|
void | setViewportToRect (int16 outputWidth, int16 outputHeight) |
| |
|
void | getQuadPositions (Math::Vector2d topLeft, Math::Vector2d size, Math::Angle rotation, Math::Vector2d positions[]) const |
| |
|
void | getQuadTexCoords (Math::Vector2d texMin, Math::Vector2d texMax, Math::Vector2d texCoords[]) const |
| |
The documentation for this class was generated from the following file: