MiniGUI API Reference (MiniGUI-Standalone)  v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Structures | Typedefs | Enumerations | Functions
External Stubs

Data Structures

struct  _DriSurfaceBuffer
 

Typedefs

typedef struct _DriSurfaceBuffer DriSurfaceBuffer
 

Enumerations

enum  DriColorLogicOp
 

Functions

DriDriverOps * __dri_ex_driver_get (const char *driver_name)
 

Detailed Description

The stubs (callbacks) you need to implement for external target.

Typedef Documentation

◆ DriSurfaceBuffer

The struct type represents the bufffer can be used by MiniGUI NEWGAL engine for hardware surface.

Enumeration Type Documentation

◆ DriColorLogicOp

The color logic operations.

Definition at line 109 of file exstubs.h.

Function Documentation

◆ __dri_ex_driver_get()

DriDriverOps* __dri_ex_driver_get ( const char *  driver_name)

Implement this stub to return the DRI driver operators