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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if110 public static final int GL_LINE_SMOOTH_HINT = 0x0C52;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java110 public static final int GL_LINE_SMOOTH_HINT = 0x0C52; field in class:GLES10
H A DGLLogWrapper.java755 case GL_LINE_SMOOTH_HINT:
756 return "GL_LINE_SMOOTH_HINT";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java108 int GL_LINE_SMOOTH_HINT = 0x0C52; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp288 case GL_LINE_SMOOTH_HINT:
/frameworks/native/opengl/include/GLES/
H A Dgl.h293 #define GL_LINE_SMOOTH_HINT 0x0C52 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h250 #define GL_LINE_SMOOTH_HINT 0x0C52 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1358 #if defined(GL_LINE_SMOOTH_HINT)
1359 case GL_LINE_SMOOTH_HINT:
1360 #endif // defined(GL_LINE_SMOOTH_HINT)
1733 #if defined(GL_LINE_SMOOTH_HINT)
1734 case GL_LINE_SMOOTH_HINT:
1735 #endif // defined(GL_LINE_SMOOTH_HINT)

Completed in 58 milliseconds