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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if143 public static final int GL_VERTEX_ARRAY_STRIDE = 0x807C;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java143 public static final int GL_VERTEX_ARRAY_STRIDE = 0x807C; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java141 int GL_VERTEX_ARRAY_STRIDE = 0x807C; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h258 #define GL_VERTEX_ARRAY_STRIDE 0x807C macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1457 #if defined(GL_VERTEX_ARRAY_STRIDE)
1458 case GL_VERTEX_ARRAY_STRIDE:
1459 #endif // defined(GL_VERTEX_ARRAY_STRIDE)
1826 #if defined(GL_VERTEX_ARRAY_STRIDE)
1827 case GL_VERTEX_ARRAY_STRIDE:
1828 #endif // defined(GL_VERTEX_ARRAY_STRIDE)

Completed in 48 milliseconds