Searched refs:GL_COLOR_ARRAY_TYPE (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if48 public static final int GL_COLOR_ARRAY_TYPE = 0x8082;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java48 public static final int GL_COLOR_ARRAY_TYPE = 0x8082; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java46 int GL_COLOR_ARRAY_TYPE = 0x8082; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h262 #define GL_COLOR_ARRAY_TYPE 0x8082 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1307 #if defined(GL_COLOR_ARRAY_TYPE)
1308 case GL_COLOR_ARRAY_TYPE:
1309 #endif // defined(GL_COLOR_ARRAY_TYPE)
1682 #if defined(GL_COLOR_ARRAY_TYPE)
1683 case GL_COLOR_ARRAY_TYPE:
1684 #endif // defined(GL_COLOR_ARRAY_TYPE)

Completed in 281 milliseconds