/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | DrawRectFilter.java | 126 GLES20.glLineWidth(1.0f); in renderBox()
|
/frameworks/native/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/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 55 void glLineWidth ( GLfloat width )
|
/frameworks/native/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 | 780 public static native void glLineWidth( in glLineWidth() method in GLES10
|
D | GLES20.java | 1290 public static native void glLineWidth( in glLineWidth() method in GLES20
|
D | GLErrorWrapper.java | 462 public void glLineWidth(float width) { in glLineWidth() method in GLErrorWrapper 464 mgl.glLineWidth(width); in glLineWidth()
|
D | GLLogWrapper.java | 1910 public void glLineWidth(float width) { in glLineWidth() method in GLLogWrapper 1915 mgl.glLineWidth(width); in glLineWidth()
|
/frameworks/base/libs/hwui/tests/ |
D | nullgles.cpp | 203 void glLineWidth(GLfloat width) {} in glLineWidth() function
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 507 void glLineWidth(GLfloat width) in glLineWidth() function
|
/frameworks/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 259 glLineWidth = 231; enumerator
|
/frameworks/native/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 | 605 public native void glLineWidth( in glLineWidth() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 506 GLES20.glLineWidth(lineWidth); in prepareDraw()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 265 void API_ENTRY(glLineWidth)(GLfloat width) { 266 CALL_GL_API(glLineWidth, width);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
|
D | gl31.h | 465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 1883 glLineWidth( in android_glLineWidth__F()
|
D | android_opengl_GLES20.cpp | 4064 glLineWidth( in android_glLineWidth__F()
|
D | com_google_android_gles_jni_GLImpl.cpp | 2580 glLineWidth( in android_glLineWidth__F()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 404 GL_ENTRY(void, glLineWidth, GLfloat width)
|