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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if47 public static final int GL_COLOR_ARRAY_STRIDE = 0x8083;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java47 public static final int GL_COLOR_ARRAY_STRIDE = 0x8083; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java45 int GL_COLOR_ARRAY_STRIDE = 0x8083; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h263 #define GL_COLOR_ARRAY_STRIDE 0x8083 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1234 #if defined(GL_COLOR_ARRAY_STRIDE)
1235 case GL_COLOR_ARRAY_STRIDE:
1236 #endif // defined(GL_COLOR_ARRAY_STRIDE)
1603 #if defined(GL_COLOR_ARRAY_STRIDE)
1604 case GL_COLOR_ARRAY_STRIDE:
1605 #endif // defined(GL_COLOR_ARRAY_STRIDE)

Completed in 974 milliseconds