| 
    MiniGUI API Reference (MiniGUI-Standalone)
    v4.0.0
    
   A mature and proven cross-platform GUI system for embedded and smart IoT devices 
   | 
 
Data Structures | |
| struct | _DriSurfaceBuffer | 
Typedefs | |
| typedef struct _DriSurfaceBuffer | DriSurfaceBuffer | 
Enumerations | |
| enum | DriColorLogicOp | 
Functions | |
| DriDriverOps * | __dri_ex_driver_get (const char *driver_name) | 
The stubs (callbacks) you need to implement for external target.
| typedef struct _DriSurfaceBuffer DriSurfaceBuffer | 
The struct type represents the bufffer can be used by MiniGUI NEWGAL engine for hardware surface.
| enum DriColorLogicOp | 
| DriDriverOps* __dri_ex_driver_get | ( | const char * | driver_name | ) | 
Implement this stub to return the DRI driver operators
 1.8.13