Searched refs:glLineWidth (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDrawRectFilter.java126 GLES20.glLineWidth(1.0f);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec55 void glLineWidth ( GLfloat width )
H A DGLES20.spec90 void glLineWidth ( GLfloat width )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java778 // C function void glLineWidth ( GLfloat width )
780 public static native void glLineWidth( method in class:GLES10
H A DGLErrorWrapper.java462 public void glLineWidth(float width) { method in class:GLErrorWrapper
464 mgl.glLineWidth(width);
H A DGLES20.java1288 // C function void glLineWidth ( GLfloat width )
1290 public static native void glLineWidth( method in class:GLES20
H A DGLLogWrapper.java1910 public void glLineWidth(float width) { method in class:GLLogWrapper
1911 begin("glLineWidth");
1915 mgl.glLineWidth(width);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java618 void glLineWidth( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp507 void glLineWidth(GLfloat width) function
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h523 #define glLineWidth wrap_glLineWidth macro
H A Dgles_undefine.h523 #undef glLineWidth macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java603 // C function void glLineWidth ( GLfloat width )
605 public native void glLineWidth( method in class:GLImpl
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java506 GLES20.glLineWidth(lineWidth);
/frameworks/native/opengl/include/GLES/
H A Dgl.h612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h527 GLAPI void APIENTRY glLineWidth (GLfloat width);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1980 /* void glLineWidth ( GLfloat width ) */
1984 glLineWidth(
3477 {"glLineWidth", "(F)V", (void *) android_glLineWidth__F },
H A Dandroid_opengl_GLES20.cpp4236 /* void glLineWidth ( GLfloat width ) */
4240 glLineWidth(
6605 {"glLineWidth", "(F)V", (void *) android_glLineWidth__F },
H A Dcom_google_android_gles_jni_GLImpl.cpp2672 /* void glLineWidth ( GLfloat width ) */
2676 glLineWidth(
9158 {"glLineWidth", "(F)V", (void *) android_glLineWidth__F },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
H A Dgl31.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
H A Dgl32.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);

Completed in 278 milliseconds