Home
last modified time | relevance | path

Searched refs:pABLInfo (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c1613 ret = MApi_GFX_MapBLDCOEF(g_apiGFXLocal.pABLInfo.eBldCoef, &u32op1 ); in MApi_GFX_EnableAlphaBlending_U02()
2634 g_apiGFXLocal.pABLInfo.eBldCoef = (GE_BlendOp)u32BLDCOEF; in GFX_SetFireInfo()
2635 g_apiGFXLocal.pABLInfo.eABLSrc = (GE_AlphaSrc)u32ABLSRC; in GFX_SetFireInfo()
2636 g_apiGFXLocal.pABLInfo.u32ABLConstCoef = (MS_U32)pFireInfo->GFXSetABL.u8Alpha_Const; in GFX_SetFireInfo()
3110 g_apiGFXLocal.pABLInfo.eBldCoef = (GE_BlendOp)u32BLDCOEF; in Ioctl_GFX_SetABL()
3111 g_apiGFXLocal.pABLInfo.eABLSrc = (GE_AlphaSrc)u32ABLSRC; in Ioctl_GFX_SetABL()
3112 g_apiGFXLocal.pABLInfo.u32ABLConstCoef = (MS_U32)pGFXSetABL->u8Alpha_Const; in Ioctl_GFX_SetABL()
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE_private.h230 GE_ABLINFO pABLInfo; member