Searched refs:GL_COLOR_ARRAY (Results 1 - 8 of 8) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DCubeRenderer.java54 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
H A DTouchRotateActivity.java131 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
H A DFrameBufferObjectActivity.java155 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
171 gl.glDisableClientState(GL10.GL_COLOR_ARRAY);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
H A DKubeRenderer.java68 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
/development/samples/ApiDemos/src/com/example/android/apis/os/
H A DRotationVectorDemo.java134 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
/development/samples/Compass/src/com/example/android/compass/
H A DCompassActivity.java163 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Ddemo.c156 //glEnableClientState(GL_COLOR_ARRAY);
446 glDisableClientState(GL_COLOR_ARRAY);
451 glEnableClientState(GL_COLOR_ARRAY);
478 glEnableClientState(GL_COLOR_ARRAY);
/development/ndk/platforms/android-4/include/GLES/
H A Dgl.h157 #define GL_COLOR_ARRAY 0x8076 macro

Completed in 98 milliseconds