I found GPU information is under OpenGL information.

        Log.d("GL", "GL_RENDERER = " + gl.glGetString(GL10.GL_RENDERER));
        Log.d("GL", "GL_VENDOR = " + gl.glGetString(GL10.GL_VENDOR));
        Log.d("GL", "GL_VERSION = " + gl.glGetString(GL10.GL_VERSION));
        Log.i("GL", "GL_EXTENSIONS = " + gl.glGetString(GL10.GL_EXTENSIONS));

My question is, how to use 'gl'?

On Tue, Dec 28, 2010 at 6:01 PM, Nightwolf <mikh...@gmail.com> wrote:

> Quadrant benchmark displays GPU info.
>
> On 28 дек, 12:21, 陈彧堃 <chenyuku...@gmail.com> wrote:
> > thanks, but it can only display CPU information.
> >
> >
> >
> > On Tue, Dec 28, 2010 at 2:31 PM, patrick <patrick.boul...@gmail.com>
> wrote:
> > > You can use the application "android system info" in the android
> > > market
> >
> > > On 28 déc, 00:24, 陈彧堃 <chenyuku...@gmail.com> wrote:
> > > > rt, thanks.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "Android Developers" group.
> > > To post to this group, send email to
> android-developers@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> <android-developers%2bunsubs­cr...@googlegroups.com>
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to