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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if96 public static final int GL_POINT_SIZE_ARRAY_STRIDE_OES = 0x898B;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java96 public static final int GL_POINT_SIZE_ARRAY_STRIDE_OES = 0x898B; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java94 int GL_POINT_SIZE_ARRAY_STRIDE_OES = 0x898B; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h579 #define GL_POINT_SIZE_ARRAY_STRIDE_OES 0x898B macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1372 #if defined(GL_POINT_SIZE_ARRAY_STRIDE_OES)
1373 case GL_POINT_SIZE_ARRAY_STRIDE_OES:
1374 #endif // defined(GL_POINT_SIZE_ARRAY_STRIDE_OES)
1741 #if defined(GL_POINT_SIZE_ARRAY_STRIDE_OES)
1742 case GL_POINT_SIZE_ARRAY_STRIDE_OES:
1743 #endif // defined(GL_POINT_SIZE_ARRAY_STRIDE_OES)

Completed in 26 milliseconds