ScummVM API documentation
TinyGL::RasterizationDrawCall Class Reference
Inheritance diagram for TinyGL::RasterizationDrawCall:
TinyGL::DrawCall

Public Member Functions

bool operator== (const RasterizationDrawCall &other) const
 
virtual void execute (bool restoreState) const
 
virtual void execute (const Common::Rect &clippingRectangle, bool restoreState) const
 
void * operator new (size_t size)
 
void operator delete (void *p)
 
- Public Member Functions inherited from TinyGL::DrawCall
 DrawCall (DrawCallType type)
 
bool operator== (const DrawCall &other) const
 
bool operator!= (const DrawCall &other) const
 
DrawCallType getType () const
 
virtual const Common::Rect getDirtyRegion () const
 

Additional Inherited Members

- Public Types inherited from TinyGL::DrawCall
enum  DrawCallType { DrawCall_Rasterization, DrawCall_Blitting, DrawCall_Clear }
 
- Protected Attributes inherited from TinyGL::DrawCall
Common::Rect _dirtyRegion
 

The documentation for this class was generated from the following file: