Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c4818 MS_BOOL bUpdateRegOnce = FALSE, bHMirror = FALSE, bVMirror = FALSE; in GOP_GWIN_SetHMirror() local
4825 bUpdateRegOnce = g_pGOPCtxLocal->bUpdateRegOnce[GOP_PUBLIC_UPDATE]; in GOP_GWIN_SetHMirror()
4880 …g_pGOPCtxLocal->bUpdateRegOnce[GOP_PUBLIC_UPDATE] = TRUE; //Update GWIN info and GWIN enable one t… in GOP_GWIN_SetHMirror()
4892 g_pGOPCtxLocal->bUpdateRegOnce[GOP_PUBLIC_UPDATE] = bUpdateRegOnce; in GOP_GWIN_SetHMirror()
4911 MS_BOOL bUpdateRegOnce = FALSE, bHMirror = FALSE, bVMirror = FALSE; in GOP_GWIN_SetVMirror() local
4918 bUpdateRegOnce = g_pGOPCtxLocal->bUpdateRegOnce[GOP_PUBLIC_UPDATE]; in GOP_GWIN_SetVMirror()
4973 …g_pGOPCtxLocal->bUpdateRegOnce[GOP_PUBLIC_UPDATE] = TRUE; //Update GWIN info and GWIN enable one t… in GOP_GWIN_SetVMirror()
4985 g_pGOPCtxLocal->bUpdateRegOnce[GOP_PUBLIC_UPDATE] = bUpdateRegOnce; in GOP_GWIN_SetVMirror()
9728 u16OrgUpdateRegOnce = g_pGOPCtxLocal->bUpdateRegOnce[GOP_PUBLIC_UPDATE]; in Ioctl_GOP_SetDisplay()
9732 g_pGOPCtxLocal->bUpdateRegOnce[GOP_PUBLIC_UPDATE] = TRUE; in Ioctl_GOP_SetDisplay()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.h1173 MS_BOOL bUpdateRegOnce[SHARED_GOP_MAX_COUNT]; member
H A DdrvGOP.c1095 …= pGOPDrvLocalCtx->apiCtxLocal.bUpdateRegOnce[GOP_PUBLIC_UPDATE]) && (FALSE == pGOPDrvLocalCtx->ap… in GOP_GWIN_UpdateReg()