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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if82 public static final int GL_NORMAL_ARRAY_STRIDE = 0x807F;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java82 public static final int GL_NORMAL_ARRAY_STRIDE = 0x807F; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java80 int GL_NORMAL_ARRAY_STRIDE = 0x807F; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h260 #define GL_NORMAL_ARRAY_STRIDE 0x807F macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1421 #if defined(GL_NORMAL_ARRAY_STRIDE)
1422 case GL_NORMAL_ARRAY_STRIDE:
1423 #endif // defined(GL_NORMAL_ARRAY_STRIDE)
1796 #if defined(GL_NORMAL_ARRAY_STRIDE)
1797 case GL_NORMAL_ARRAY_STRIDE:
1798 #endif // defined(GL_NORMAL_ARRAY_STRIDE)

Completed in 244 milliseconds