Searched defs:glLineWidth (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dstate.cpp507 void glLineWidth(GLfloat width) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java462 public void glLineWidth(float width) { method in class:GLErrorWrapper
464 mgl.glLineWidth(width);
H A DGLES10.java778 // C function void glLineWidth ( GLfloat width )
780 public static native void glLineWidth( method in class:GLES10
H A DGLLogWrapper.java1910 public void glLineWidth(float width) { method in class:GLLogWrapper
1911 begin("glLineWidth");
1915 mgl.glLineWidth(width);
H A DGLES20.java1288 // C function void glLineWidth ( GLfloat width )
1290 public static native void glLineWidth( method in class:GLES20
/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/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java618 void glLineWidth( method in interface:GL10
/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

Completed in 70 milliseconds