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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if166 public static final int GL_POINT_SMOOTH_HINT = 0x0C51;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java166 public static final int GL_POINT_SMOOTH_HINT = 0x0C51; field in class:GLES10
H A DGLLogWrapper.java759 case GL_POINT_SMOOTH_HINT:
760 return "GL_POINT_SMOOTH_HINT";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java164 int GL_POINT_SMOOTH_HINT = 0x0C51; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp290 case GL_POINT_SMOOTH_HINT:
/frameworks/native/opengl/include/GLES/
H A Dgl.h292 #define GL_POINT_SMOOTH_HINT 0x0C51 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h249 #define GL_POINT_SMOOTH_HINT 0x0C51 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1378 #if defined(GL_POINT_SMOOTH_HINT)
1379 case GL_POINT_SMOOTH_HINT:
1380 #endif // defined(GL_POINT_SMOOTH_HINT)
1747 #if defined(GL_POINT_SMOOTH_HINT)
1748 case GL_POINT_SMOOTH_HINT:
1749 #endif // defined(GL_POINT_SMOOTH_HINT)

Completed in 234 milliseconds