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

Data Structures

struct  _DrmSurfaceBuffer
 
struct  _DrmDriverOps
 

Typedefs

typedef struct _DrmSurfaceBuffer DrmSurfaceBuffer
 
typedef struct _DrmDriverOps DrmDriverOps
 

Enumerations

enum  DrmColorLogicOp
 

Functions

DrmDriverOps__drm_ex_driver_get (const char *driver_name, int device_fd)
 

Detailed Description

Typedef Documentation

◆ DrmDriverOps

typedef struct _DrmDriverOps DrmDriverOps

The struct type defines the operations for a DRI driver.

◆ DrmSurfaceBuffer

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

Enumeration Type Documentation

◆ DrmColorLogicOp

The color logic operations.

Definition at line 132 of file exstubs.h.

Function Documentation

◆ __drm_ex_driver_get()

DrmDriverOps* __drm_ex_driver_get ( const char *  driver_name,
int  device_fd 
)

Implement this stub to return the DRI driver operations