/frameworks/base/libs/rs/ |
D | rsProgramRaster.cpp | 71 glLineWidth(mLineWidth); in setupGL()
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 55 void glLineWidth ( GLfloat width )
|
D | GLES20.spec | 90 void glLineWidth ( GLfloat width )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 618 void glLineWidth( in glLineWidth() method
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 55 void glLineWidth ( GLfloat width )
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2_api.in | 265 void API_ENTRY(glLineWidth)(GLfloat width) { 266 CALL_GL_API(glLineWidth, width);
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | gl_api.in | 58 void API_ENTRY(glLineWidth)(GLfloat width) { 59 CALL_GL_API(glLineWidth, width);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 796 public static native void glLineWidth( in glLineWidth() method in GLES10
|
D | GLErrorWrapper.java | 462 public void glLineWidth(float width) { in glLineWidth() method in GLErrorWrapper 464 mgl.glLineWidth(width); in glLineWidth()
|
D | GLES20.java | 1289 public static native void glLineWidth( in glLineWidth() method in GLES20
|
D | GLLogWrapper.java | 1910 public void glLineWidth(float width) { in glLineWidth() method in GLLogWrapper 1915 mgl.glLineWidth(width); in glLineWidth()
|
/frameworks/base/opengl/libagl/ |
D | state.cpp | 503 void glLineWidth(GLfloat width) in glLineWidth() function
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | gl.h | 527 GLAPI void APIENTRY glLineWidth (GLfloat width);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 604 public native void glLineWidth( in glLineWidth() method in GLImpl
|
/frameworks/base/opengl/include/GLES/ |
D | gl.h | 612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 562 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
|
/frameworks/base/opengl/libs/ |
D | entries.in | 232 GL_ENTRY(void, glLineWidth, GLfloat width)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2242 glLineWidth( in android_glLineWidth__F()
|
D | android_opengl_GLES20.cpp | 3398 glLineWidth( in android_glLineWidth__F()
|
D | com_google_android_gles_jni_GLImpl.cpp | 2368 glLineWidth( in android_glLineWidth__F()
|