Searched refs:GL_LINE_WIDTH (Results 1 - 10 of 10) 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/native/opengl/include/GLES2/
H A Dgl2.h144 #define GL_LINE_WIDTH 0x0B21 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1291 #if defined(GL_LINE_WIDTH)
1292 case GL_LINE_WIDTH:
1293 #endif // defined(GL_LINE_WIDTH)
1660 #if defined(GL_LINE_WIDTH)
1661 case GL_LINE_WIDTH:
1662 #endif // defined(GL_LINE_WIDTH)
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h144 #define GL_LINE_WIDTH 0x0B21 macro
H A Dgl31.h144 #define GL_LINE_WIDTH 0x0B21 macro

Completed in 180 milliseconds