OSDN Git Service

GLDual test application.
authorJack Palevich <jackpal@google.com>
Tue, 13 Oct 2009 21:56:00 +0000 (14:56 -0700)
committerJack Palevich <jackpal@google.com>
Tue, 13 Oct 2009 21:56:00 +0000 (14:56 -0700)
commit69e21f5f6e0d04539cd92848ea009dd615d88c2c
treeda692c2bdc45ab88be4b22ad00b39a555d8d4935
parentb10036b39003b6961c57f87f65236c1d5d0d1e52
GLDual test application.

Draws two images at once, one GL based, one GL2 based.
opengl/tests/gldual/Android.mk [new file with mode: 0644]
opengl/tests/gldual/AndroidManifest.xml [new file with mode: 0644]
opengl/tests/gldual/jni/gl_code.cpp [new file with mode: 0644]
opengl/tests/gldual/res/layout/gldual_activity.xml [new file with mode: 0644]
opengl/tests/gldual/res/values/strings.xml [new file with mode: 0644]
opengl/tests/gldual/src/com/android/gldual/GLDualActivity.java [new file with mode: 0644]
opengl/tests/gldual/src/com/android/gldual/GLDualGL2View.java [new file with mode: 0644]
opengl/tests/gldual/src/com/android/gldual/GLDualLib.java [new file with mode: 0644]
opengl/tests/gldual/src/com/android/gldual/TriangleRenderer.java [new file with mode: 0644]