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

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java64 gl.glEnableClientState(GL10.GL_COLOR_ARRAY);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if44 public static final int GL_COLOR_ARRAY = 0x8076;
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c156 //glEnableClientState(GL_COLOR_ARRAY);
446 glDisableClientState(GL_COLOR_ARRAY);
451 glEnableClientState(GL_COLOR_ARRAY);
478 glEnableClientState(GL_COLOR_ARRAY);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java44 public static final int GL_COLOR_ARRAY = 0x8076; field in class:GLES10
H A DGLLogWrapper.java422 case GL_COLOR_ARRAY:
423 return "GL_COLOR_ARRAY";
487 case GL_COLOR_ARRAY:
488 return "GL_COLOR_ARRAY";
1496 case GL_COLOR_ARRAY:
1562 case GL_COLOR_ARRAY:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java42 int GL_COLOR_ARRAY = 0x8076; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h157 #define GL_COLOR_ARRAY 0x8076 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h184 #define GL_COLOR_ARRAY 0x8076 macro
/frameworks/native/opengl/libagl/
H A Darray.cpp439 case GL_COLOR_ARRAY: a = &c->arrays.color; break;

Completed in 502 milliseconds