Home
last modified time | relevance | path

Searched refs:GE_BufFmt (Results 1 – 25 of 36) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.h500 } GE_BufFmt; typedef
843 GE_BufFmt fmt;
872 GE_BufFmt srcfmt;
874 GE_BufFmt dstfmt;
981 GE_BufFmt fmt;
1145 GE_Result MDrv_GE_SetSrcBuffer(GE_Context *pGECtx, GE_BufFmt src_fmt, MS_U16 pix_width, MS_U16 pix_…
1146 GE_Result MDrv_GE_SetDstBuffer(GE_Context *pGECtx, GE_BufFmt dst_fmt, MS_U16 pix_width, MS_U16 pix_…
1154 GE_Result MDrv_GE_BitBltByTwoSourceBuffer(GE_Context *pGECtx, GE_BufFmt dst_fmt, GE_Rect *pSrc0Rect…
1156 GE_Result MDrv_GE_GetFmtCaps(GE_Context *pGECtx, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps *caps);
H A DdrvGE_private.h133 GE_BufFmt fmt;
155 GE_BufFmt fmt;
H A DdrvGE.c660 static MS_U16 GE_GetFmt(GE_BufFmt fmt) in GE_GetFmt()
2193 GE_Result MDrv_GE_SetSrcBuffer(GE_Context *pGECtx, GE_BufFmt src_fmt, MS_U16 pix_width, MS_U16 pix_… in MDrv_GE_SetSrcBuffer()
2210 src_fmt = (GE_BufFmt) (0xFF & src_fmt); in MDrv_GE_SetSrcBuffer()
2366 GE_Result MDrv_GE_SetDstBuffer(GE_Context *pGECtx, GE_BufFmt dst_fmt, MS_U16 pix_width, MS_U16 pix_… in MDrv_GE_SetDstBuffer()
2384 dst_fmt = (GE_BufFmt) (0xFF & dst_fmt); in MDrv_GE_SetDstBuffer()
2507 GE_Result MDrv_GE_BitBltByTwoSourceBuffer(GE_Context *pGECtx, GE_BufFmt dst_fmt, GE_Rect *pSrc0Rect… in MDrv_GE_BitBltByTwoSourceBuffer()
2524 dst_fmt = (GE_BufFmt) (0xFF & dst_fmt); in MDrv_GE_BitBltByTwoSourceBuffer()
3925 (*ppGECtx)->pBufInfo.srcfmt = ((GE_BufFmt)E_GE_FMT_ARGB1555); in MDrv_GE_Init()
3926 (*ppGECtx)->pBufInfo.dstfmt = ((GE_BufFmt)E_GE_FMT_ARGB1555); in MDrv_GE_Init()
4058 GE_Result MDrv_GE_GetFmtCaps(GE_Context *pGECtx, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps *caps) in MDrv_GE_GetFmtCaps()
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c993 …MDrv_GE_GetFmtCaps(g_apiGFXLocal.g_pGEContext, (GE_BufFmt)pAlignCapsInfo->u32ColorFmt, (GE_BufType… in MApi_GFX_GetGECaps_U02()
1423 …return (GFX_Result) MDrv_GE_BitBltByTwoSourceBuffer(g_apiGFXLocal.g_pGEContext, (GE_BufFmt)dstbufI… in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1807 GE_BufFmt fmt; in GFX_TextOutEx()
1853 fmt = (GE_BufFmt)pFonttable->fmt; in GFX_TextOutEx()
2162 …MDrv_GE_SetSrcBuffer(g_apiGFXLocal.g_pGEContext, (GE_BufFmt)Char.fmt, 0, 0, Char.addr, Char.pitch,… in MApi_GFX_TextOut_U02()
2261 …MDrv_GE_SetSrcBuffer(g_apiGFXLocal.g_pGEContext, (GE_BufFmt)pChar->fmt, 0, 0, pChar->addr, pChar->… in MApi_GFX_CharacterOut_U02()
2351 …MDrv_GE_SetDstBuffer(g_apiGFXLocal.g_pGEContext, (GE_BufFmt)bufinfo.dstfmt, 0, 0, bufinfo.dstaddr,… in MApi_GFX_ClearFrameBufferByWord_U02()
2421 …MDrv_GE_SetDstBuffer(g_apiGFXLocal.g_pGEContext, (GE_BufFmt)bufinfo.dstfmt, 0, 0, bufinfo.dstaddr,… in MApi_GFX_ClearFrameBuffer_U02()
2604 … MDrv_GE_SetSrcBuffer(g_apiGFXLocal.g_pGEContext, (GE_BufFmt)pFireInfo->SrcbufInfo.u32ColorFmt\ in GFX_SetFireInfo()
2611 … MDrv_GE_SetDstBuffer(g_apiGFXLocal.g_pGEContext, (GE_BufFmt)pFireInfo->DstbufInfo.u32ColorFmt\ in GFX_SetFireInfo()
/utopia/UTPA2-700.0.x/modules/graphic/hal/kastor/ge/
H A DhalGE.h222 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
H A DhalGE.c1175 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps *… in GE_GetFmtCaps()
/utopia/UTPA2-700.0.x/modules/graphic/hal/mooney/ge/
H A DhalGE.h221 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/kano/ge/
H A DhalGE.h224 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/curry/ge/
H A DhalGE.h223 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/k6/ge/
H A DhalGE.h223 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/messi/ge/
H A DhalGE.h241 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
H A DhalGE.c1196 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps *… in GE_GetFmtCaps()
/utopia/UTPA2-700.0.x/modules/graphic/hal/mustang/ge/
H A DhalGE.h247 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/macan/ge/
H A DhalGE.h243 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
H A DhalGE.c1149 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps *… in GE_GetFmtCaps()
/utopia/UTPA2-700.0.x/modules/graphic/hal/maserati/ge/
H A DhalGE.h247 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/M7821/ge/
H A DhalGE.h245 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/manhattan/ge/
H A DhalGE.h229 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
H A DhalGE.c1153 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps *… in GE_GetFmtCaps()
/utopia/UTPA2-700.0.x/modules/graphic/hal/mainz/ge/
H A DhalGE.h241 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
H A DhalGE.c1196 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps *… in GE_GetFmtCaps()
/utopia/UTPA2-700.0.x/modules/graphic/hal/M7621/ge/
H A DhalGE.h244 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/maxim/ge/
H A DhalGE.h246 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/k6lite/ge/
H A DhalGE.h223 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…
/utopia/UTPA2-700.0.x/modules/graphic/hal/maldives/ge/
H A DhalGE.h247 GE_Result GE_GetFmtCaps(GE_CTX_HAL_LOCAL *pGEHalLocal, GE_BufFmt fmt, GE_BufType type, GE_FmtCaps…

12