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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if134 public static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java134 public static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java132 int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h264 #define GL_TEXTURE_COORD_ARRAY_SIZE 0x8088 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1502 #if defined(GL_TEXTURE_COORD_ARRAY_SIZE)
1503 case GL_TEXTURE_COORD_ARRAY_SIZE:
1504 #endif // defined(GL_TEXTURE_COORD_ARRAY_SIZE)
1877 #if defined(GL_TEXTURE_COORD_ARRAY_SIZE)
1878 case GL_TEXTURE_COORD_ARRAY_SIZE:
1879 #endif // defined(GL_TEXTURE_COORD_ARRAY_SIZE)

Completed in 399 milliseconds