Home
last modified time | relevance | path

Searched refs:GL_COLOR_ARRAY (Results 1 – 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCubeRenderer.java54 gl.glEnableClientState(GL10.GL_COLOR_ARRAY); in onDrawFrame()
DFrameBufferObjectActivity.java155 gl.glEnableClientState(GL10.GL_COLOR_ARRAY); in drawOffscreenImage()
171 gl.glDisableClientState(GL10.GL_COLOR_ARRAY); in drawOffscreenImage()
DTouchRotateActivity.java165 gl.glEnableClientState(GL10.GL_COLOR_ARRAY); in onDrawFrame()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DKubeRenderer.java68 gl.glEnableClientState(GL10.GL_COLOR_ARRAY); in onDrawFrame()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DRotationVectorDemo.java134 gl.glEnableClientState(GL10.GL_COLOR_ARRAY); in onDrawFrame()
/development/samples/Compass/src/com/example/android/compass/
DCompassActivity.java163 gl.glEnableClientState(GL10.GL_COLOR_ARRAY); in onSurfaceCreated()
/development/ndk/platforms/android-9/include/GLES/
Dgl.h157 #define GL_COLOR_ARRAY 0x8076 macro