Searched refs:GL_LINE_WIDTH (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if73 public static final int GL_LINE_WIDTH = 0x0B21;
H A DGLES20Header.java-if94 public static final int GL_LINE_WIDTH = 0x0B21;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java73 public static final int GL_LINE_WIDTH = 0x0B21; field in class:GLES11
H A DGLES20.java94 public static final int GL_LINE_WIDTH = 0x0B21; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java71 int GL_LINE_WIDTH = 0x0B21; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h199 #define GL_LINE_WIDTH 0x0B21 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1295 #if defined(GL_LINE_WIDTH)
1296 case GL_LINE_WIDTH:
1297 #endif // defined(GL_LINE_WIDTH)
1664 #if defined(GL_LINE_WIDTH)
1665 case GL_LINE_WIDTH:
1666 #endif // defined(GL_LINE_WIDTH)
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h152 #define GL_LINE_WIDTH 0x0B21 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h152 #define GL_LINE_WIDTH 0x0B21 macro
H A Dgl31.h152 #define GL_LINE_WIDTH 0x0B21 macro
H A Dgl32.h152 #define GL_LINE_WIDTH 0x0B21 macro

Completed in 104 milliseconds