/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | DrawRectFilter.java | 126 GLES20.glLineWidth(1.0f); in renderBox()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 140 glLineWidth;
|
D | libGLESv1_CM.map.txt | 172 glLineWidth;
|
D | libGLESv3.map.txt | 250 glLineWidth;
|
D | entries_gles1.in | 182 GL_ENTRY(void, glLineWidth, GLfloat width)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLineWidth); 469 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLineWidth); in init_stub_library()
|
D | stubs_arm.cc | 189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLineWidth); 469 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLineWidth); in init_stub_library()
|
/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 | 1294 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()
|
/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 | 608 public native void glLineWidth( in glLineWidth() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 424 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 471 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLineWidth); 1319 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glLineWidth); in init_stub_library()
|
D | stubs_arm64.cc | 471 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLineWidth); 1319 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glLineWidth); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 471 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLineWidth); 1319 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glLineWidth); in init_stub_library()
|
D | stubs_arm64.cc | 471 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLineWidth); 1319 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glLineWidth); in init_stub_library()
|
/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/GLES2/ |
D | gl2.h | 614 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
|