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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDrawRectFilter.java126 GLES20.glLineWidth(1.0f);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto257 glLineWidth = 231;
/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/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/include/GLES2/
H A Dgl2.h465 GL_APICALL 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/GLES3/
H A Dgl3.h465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
H A Dgl31.h465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1760 /* void glLineWidth ( GLfloat width ) */
1764 glLineWidth(
3133 {"glLineWidth", "(F)V", (void *) android_glLineWidth__F },
H A Dandroid_opengl_GLES20.cpp3937 /* void glLineWidth ( GLfloat width ) */
3941 glLineWidth(
6154 {"glLineWidth", "(F)V", (void *) android_glLineWidth__F },
H A Dcom_google_android_gles_jni_GLImpl.cpp2572 /* void glLineWidth ( GLfloat width ) */
2576 glLineWidth(
8554 {"glLineWidth", "(F)V", (void *) android_glLineWidth__F },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1063 const GLMessage_Function GLMessage::glLineWidth; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1411 static const Function glLineWidth = GLMessage_Function_glLineWidth; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp3454 glmsg.set_function(GLMessage::glLineWidth);
3465 glContext->hooks->gl.glLineWidth(width);
[all...]

Completed in 408 milliseconds