Vivante 2D API Blit Directly to Framebuffer

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vivante 2D API Blit Directly to Framebuffer

553 Views
adamk
Contributor I

Hello,

Is it possible to blit directly into a framebuffer using the gco2D_FilterBlitEx2 call ?

In my experience, we were required to blit to an offscreen surface using gco2D_FilterBlitEx2 then blit to the framebuffer using gco2D_Blit whereas we would like to blit to the onscreen surface using gco2D_FilterBlitEx2.

Are there further restrictions on the use of gco2D_FilterBlitEx2 ?

Labels (1)
0 Kudos
1 Reply

395 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Adam,

I do not see any specific restruction of using gco2D_FilterBlitEx2 in blit an offscreen surafce, however you migth consider using gco2D_FreeFilterBuffer in oder to blit directly into framebuffer since it frees the temporary buffer allocated by filter blit operation.

Regards

0 Kudos