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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if46 public static final int GL_COLOR_ARRAY_SIZE = 0x8081;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java46 public static final int GL_COLOR_ARRAY_SIZE = 0x8081; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java44 int GL_COLOR_ARRAY_SIZE = 0x8081; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h261 #define GL_COLOR_ARRAY_SIZE 0x8081 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1301 #if defined(GL_COLOR_ARRAY_SIZE)
1302 case GL_COLOR_ARRAY_SIZE:
1303 #endif // defined(GL_COLOR_ARRAY_SIZE)
1676 #if defined(GL_COLOR_ARRAY_SIZE)
1677 case GL_COLOR_ARRAY_SIZE:
1678 #endif // defined(GL_COLOR_ARRAY_SIZE)

Completed in 180 milliseconds