Searched refs:GOP_FATAL (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 186 #define GOP_FATAL(x, args...) if(u32GOPDbgLevel_api >= E_GOP_Debug_Level_LOW) { ULOGF("GOP API", x,… macro 193 #define GOP_ASSERT(_bool, pri) if (!(_bool)) {GOP_FATAL("\nAssert in %s,%d\n", __FUNCTION__, __LIN… 195 #define GOP_ASSERT(_bool, pri) if (!(_bool)) {GOP_FATAL("\nAssert in %s,%d\n", __FUNCTION__, __LIN… 254 …APIGOP_ASSERT(bInit, GOP_FATAL("\n [Function %s] [%d] Need GOP Driver Init First !!!!!!!\n",__FU…
|