Home
last modified time | relevance | path

Searched refs:GFX_ERR (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DapiGFX.c271 GFX_ERR("\n Input Parameter is NULL, please to check! \n");\
279 GFX_ERR("\nshould call MApi_GFX_Init first\n");\
302 GFX_ERR("%s fail [LINE:%d] GFXOpen Fail\n",__FUNCTION__, __LINE__);\
341 GFX_ERR("%s fail [LINE:%d]\n",__FUNCTION__, __LINE__); in _GFX_RegisterAllCBFunc()
351 GFX_ERR("%s fail [LINE:%d]\n",__FUNCTION__, __LINE__); in _GFX_RegisterAllCBFunc()
386 GFX_ERR("%s fail [LINE:%d]\n",__FUNCTION__, __LINE__); in MApi_GFX_RegisterGetFontCB()
420 GFX_ERR("%s fail [LINE:%d]\n",__FUNCTION__, __LINE__); in MApi_GFX_RegisterGetBMPCB()
645 GFX_ERR("%s fail [LINE:%d]\n",__FUNCTION__, __LINE__); in MApi_GFX_TextOut()
753 GFX_ERR("%s: %d\n", __FUNCTION__ , __LINE__); in MApi_GFX_QueryTextDispLength()
821 GFX_ERR("%s fail [LINE:%d]\n",__FUNCTION__, __LINE__); in MApi_GFX_CharacterOut()
[all …]
H A DmapiGFX.c41 …GFX_DEBUG_MSG(GFX_ERR("[%s][%d] GE Check Size Error, Invalid input structure size :0x%tx , except …
659 GFX_DEBUGINFO(GFX_ERR( "%s Not support\n", __FUNCTION__)); in GFX_CheckInClipWindow()
682 GFX_ERR("Convert RGB2DB FAIL\n"); in GFX_ConvertRGB2DBFmt()
805 GFX_ERR("Convert RGB2DB FAIL\n"); in GFX_ConvertRGB2PCFmt()
952GFX_ERR("[%s] ERROR, invalid input structure size :%td on GFX_CapMultiPixelInfo\n",__FUNCTION__,(p… in MApi_GFX_GetGECaps_U02()
965GFX_ERR("[%s] ERROR, invalid input structure size :%td on GFX_BLT_DownScaleInfo\n",__FUNCTION__,(p… in MApi_GFX_GetGECaps_U02()
980GFX_ERR("[%s] ERROR, invalid input structure size :%td on GFX_CAP_DFB_BLENDING\n",__FUNCTION__,(pt… in MApi_GFX_GetGECaps_U02()
1006 GFX_ERR("[%s] not support multi-pixel mode\n",__FUNCTION__); in MApi_GFX_GetGECaps_U02()
1021GFX_ERR("[%s] ERROR, invalid input structure size :%td on MS_BOOL\n",__FUNCTION__,(ptrdiff_t)ret_s… in MApi_GFX_GetGECaps_U02()
1029 GFX_ERR("[%s]not support GFX capability case: %d\n",__FUNCTION__, eCapType); in MApi_GFX_GetGECaps_U02()
[all …]
H A DapiGFX_private.h136 #define GFX_ERR(x, args...) ULOGE("GE API", x, ##args) macro