Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c3158 ioctl_info.fb_type = GOP_CREATE_BUFFER; in MApi_GOP_GWIN_Create32FB2()
3835 ioctl_info.fb_type = GOP_CREATE_BUFFER; in MApi_GOP_GWIN_Create32FB2_EXT()
4895 ioctl_info.fb_type = GOP_CREATE_BUFFER; in MApi_GOP_GWIN_Create32FB()
4947 ioctl_info.fb_type = GOP_CREATE_BUFFER_BYADDR; in MApi_GOP_GWIN_Create32FBbyStaticAddr2()
5009 ioctl_info.fb_type = GOP_CREATE_BUFFER_BYADDR; in MApi_GOP_GWIN_Create32FBFrom3rdSurf()
H A DapiGOP_priv.h717 EN_GOP_CREATEBUFFER_TYPE fb_type; member
H A DmapiGOP.c11258 u32Ret = Ioctl_GOP_FBCreate(pInstance,ptr->fb_type,pBuff,ptr->fbid); in GOPIoctl()