Home
last modified time | relevance | path

Searched defs:GL_COLOR_ARRAY (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h184 #define GL_COLOR_ARRAY 0x8076 macro
/frameworks/native/opengl/include/GLES/
Dgl.h132 #define GL_COLOR_ARRAY 0x8076 macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java42 int GL_COLOR_ARRAY = 0x8076; field
/frameworks/base/opengl/java/android/opengl/
DGLES10.java44 public static final int GL_COLOR_ARRAY = 0x8076; field in GLES10