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.cpp1355 #if defined(GL_NORMAL_ARRAY_STRIDE)
1356 case GL_NORMAL_ARRAY_STRIDE:
1357 #endif // defined(GL_NORMAL_ARRAY_STRIDE)
1724 #if defined(GL_NORMAL_ARRAY_STRIDE)
1725 case GL_NORMAL_ARRAY_STRIDE:
1726 #endif // defined(GL_NORMAL_ARRAY_STRIDE)

Completed in 35 milliseconds