Lines Matching refs:u32FBId

2281     MS_U32 u32FBId = INVALID_POOL_NEXT_FBID;  in MApi_GOP_GWIN_CreateWin()  local
2285 u32FBId = MApi_GOP_GWIN_GetFree32FBID(); in MApi_GOP_GWIN_CreateWin()
2287 MApi_GOP_GWIN_Create32FB(u32FBId,0,0,width,height,fbFmt); in MApi_GOP_GWIN_CreateWin()
2291 MApi_GOP_GWIN_Map32FB2Win(u32FBId,winId); in MApi_GOP_GWIN_CreateWin()
2308 MS_U32 u32FBId = INVALID_POOL_NEXT_FBID; in MApi_GOP_GWIN_CreateWin2() local
2312 u32FBId = MApi_GOP_GWIN_GetFree32FBID(); in MApi_GOP_GWIN_CreateWin2()
2314 MApi_GOP_GWIN_Create32FB2_EXT(u32FBId, 0, 0, width, height, fbFmt ,FBString); in MApi_GOP_GWIN_CreateWin2()
2318 MApi_GOP_GWIN_Map32FB2Win(u32FBId,winId); in MApi_GOP_GWIN_CreateWin2()
2339 MS_U8 MApi_GOP_GWIN_CreateWin_Assign_32FB(MS_U8 u8GOP, MS_U32 u32FBId, MS_U16 dispX, MS_U16 dispY) in MApi_GOP_GWIN_CreateWin_Assign_32FB() argument
2348 MApi_GOP_GWIN_Map32FB2Win(u32FBId,winId); in MApi_GOP_GWIN_CreateWin_Assign_32FB()
2365 MS_U32 u32FBId = INVALID_POOL_NEXT_FBID; in MApi_GOP_GWIN_CreateStaticWin() local
2368 u32FBId = MApi_GOP_GWIN_GetFree32FBID(); in MApi_GOP_GWIN_CreateStaticWin()
2369 MApi_GOP_GWIN_Create32FB(u32FBId,0,0,width,height,fbFmt); in MApi_GOP_GWIN_CreateStaticWin()
2370 eRet = MApi_GOP_GWIN_Map32FB2Win(u32FBId,u8WinId); in MApi_GOP_GWIN_CreateStaticWin()
2387 MS_U32 u32FBId = INVALID_POOL_NEXT_FBID; in MApi_GOP_GWIN_CreateStaticWin2() local
2390 u32FBId = MApi_GOP_GWIN_GetFree32FBID(); in MApi_GOP_GWIN_CreateStaticWin2()
2391 MApi_GOP_GWIN_Create32FB2_EXT(u32FBId, 0, 0, width, height, fbFmt ,FBString); in MApi_GOP_GWIN_CreateStaticWin2()
2392 eRet = MApi_GOP_GWIN_Map32FB2Win(u32FBId,u8WinId); in MApi_GOP_GWIN_CreateStaticWin2()
2412 MS_U8 MApi_GOP_GWIN_CreateStaticWin_Assign_32FB(MS_U8 u8WinId, MS_U8 u8GOP, MS_U32 u32FBId, MS_U16 … in MApi_GOP_GWIN_CreateStaticWin_Assign_32FB() argument
2416 MApi_GOP_GWIN_Map32FB2Win(u32FBId,u8WinId); in MApi_GOP_GWIN_CreateStaticWin_Assign_32FB()
3117 MS_U32 u32FBId = 0xFFFFFFFF; in MApi_GOP_GWIN_GetFree32FBID() local
3121 ioctl_info.pSet = (MS_U32*)&u32FBId; in MApi_GOP_GWIN_GetFree32FBID()
3127 GOP_RETURN(u32FBId); in MApi_GOP_GWIN_GetFree32FBID()
3129 GOP_RETURN(u32FBId); in MApi_GOP_GWIN_GetFree32FBID()
3148 MS_U8 MApi_GOP_GWIN_Create32FB2(MS_U32 u32FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS… in MApi_GOP_GWIN_Create32FB2() argument
3161 ioctl_info.fbid = u32FBId; in MApi_GOP_GWIN_Create32FB2()
3825 MS_U8 MApi_GOP_GWIN_Create32FB2_EXT(MS_U32 u32FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height… in MApi_GOP_GWIN_Create32FB2_EXT() argument
3838 ioctl_info.fbid = u32FBId; in MApi_GOP_GWIN_Create32FB2_EXT()