imx6Dual rendering OpenGl ES on 2d GPU

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx6Dual rendering OpenGl ES on 2d GPU

876件の閲覧回数
Alex92
Contributor I

I'm using imx6 and Qt QML for GUI. Qt is using OpenGL ES on the target platform. I have a simple 2D UI without any 3D model with a resolution of 1920x720 and I have some issues with frame rate. the documentation IMX_GRAPHICS  states:

CaptureIMX.JPG

 

now my question is :

 

Do I have to use 2D APIs for rendering on 2D GPU?

is my current application being rendered on 3D GPU? if yes, is there any way for rendering QML on 2d GPU?

 

タグ(5)
0 件の賞賛
返信
2 返答(返信)

846件の閲覧回数
Alex92
Contributor I

Thanks,
Just to make it clear, when I'm using OpenGL as the backend in my program, I will end up using 3D GPU, not the 2D one? Am I right?

0 件の賞賛
返信

861件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Yes, you can use g2d api to render in program, but we never use g2d in qt before.

0 件の賞賛
返信