display_gfx.h
Overview
Related Modules:
Description:
Declares the driver functions for implementing hardware acceleration.
Since:
1.0
Version:
1.0
Summary
Data Structures
Defines pointers to the hardware acceleration driver functions. |
Functions
GfxInitialize (GfxFuncs *funcs) |
Initializes the hardware acceleration module to obtain the pointer to functions for hardware acceleration operations. |
GfxUninitialize (GfxFuncs funcs) |
Deinitializes the hardware acceleration module to release the memory allocated to the pointer to functions for hardware acceleration operations. |