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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if135 public static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java135 public static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java133 int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h266 #define GL_TEXTURE_COORD_ARRAY_STRIDE 0x808A macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1505 #if defined(GL_TEXTURE_COORD_ARRAY_STRIDE)
1506 case GL_TEXTURE_COORD_ARRAY_STRIDE:
1507 #endif // defined(GL_TEXTURE_COORD_ARRAY_STRIDE)
1880 #if defined(GL_TEXTURE_COORD_ARRAY_STRIDE)
1881 case GL_TEXTURE_COORD_ARRAY_STRIDE:
1882 #endif // defined(GL_TEXTURE_COORD_ARRAY_STRIDE)

Completed in 119 milliseconds