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.cpp1304 #if defined(GL_COLOR_ARRAY_STRIDE)
1305 case GL_COLOR_ARRAY_STRIDE:
1306 #endif // defined(GL_COLOR_ARRAY_STRIDE)
1679 #if defined(GL_COLOR_ARRAY_STRIDE)
1680 case GL_COLOR_ARRAY_STRIDE:
1681 #endif // defined(GL_COLOR_ARRAY_STRIDE)

Completed in 87 milliseconds