Searched refs:GL_POINT_SIZE (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if92 public static final int GL_POINT_SIZE = 0x0B11;
H A DGLES10Header.java-if169 public static final int GL_POINT_SIZE = 0x0B11;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java92 public static final int GL_POINT_SIZE = 0x0B11; field in class:GLES11
H A DGLES10.java169 public static final int GL_POINT_SIZE = 0x0B11; field in class:GLES10
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java90 int GL_POINT_SIZE = 0x0B11; field in interface:GL11
H A DGL10.java167 int GL_POINT_SIZE = 0x0B11; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h193 #define GL_POINT_SIZE 0x0B11 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1436 #if defined(GL_POINT_SIZE)
1437 case GL_POINT_SIZE:
1438 #endif // defined(GL_POINT_SIZE)
1811 #if defined(GL_POINT_SIZE)
1812 case GL_POINT_SIZE:
1813 #endif // defined(GL_POINT_SIZE)

Completed in 585 milliseconds