Module Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
178
11.18.3 Function Documentation
11.18.3.1 void mmlGdcPeDeleteContext ( MML_GDC_PE_CONTEXT pectx )
mmlGdcPeDeleteContext deletes a context.
Parameters
in
pectx
The MML_GDC_PE_CONTEXT object
Return values
MML_OK
On success. Otherwise the related error code.
11.18.3.2 MM_ERROR mmlGdcPeGenContext ( MML_GDC_PE_CONTEXT
∗
pPectx )
mmlGdcPeGenContext creates pixel engine context.
Note:
Each function with a MML_GDC_PE_CONTEXT as parameter requires a previous call of mmlGdcPeGenContext for
this context.
The context will be initialized with default values. Please check the related property change functions to check the
default values.
Parameters
in,out
pPectx
Pointer to get the MML_GDC_PE_CONTEXT object.
Return values
MML_OK
On success. Otherwise the related error code.
11.18.3.3 MM_ERROR mmlGdcSmDeleteSurfaceObjects ( MM_U32 uCnt, MML_GDC_SURFACE
∗
pSurfaces )
Deletes a list of surface objects.
Note:
This function deletes the state-containing surface object.
Parameters
in
uCnt
The number of surfaces to delete.
in
pSurfaces
The array of surfaces to delete.
Return values
MML_OK
On success.
MML_ERR_GDC_SURF_INVALID_PARAMETER
If NULL pointer is given for pSurfaces.