Re: [android-developers] Re: how to get the GPU information of android device?

2010-12-28 Thread 陈彧堃
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.comandroid-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

[android-developers] Re: how to get the GPU information of android device?

2010-12-28 Thread Nightwolf
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.comandroid-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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: how to get the GPU information of android device?

2010-12-28 Thread 陈彧堃
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.comandroid-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.comandroid-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

[android-developers] Re: how to get the GPU information of android device?

2010-12-27 Thread patrick
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en