Searched defs:glLineWidthx (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dstate.cpp516 void glLineWidthx(GLfixed width) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java468 public void glLineWidthx(int width) { method in class:GLErrorWrapper
470 mgl.glLineWidthx(width);
H A DGLES10.java800 // C function void glLineWidthx ( GLfixed width )
802 public static native void glLineWidthx( method in class:GLES10
H A DGLLogWrapper.java1919 public void glLineWidthx(int width) { method in class:GLLogWrapper
1920 begin("glLineWidthx");
1924 mgl.glLineWidthx(width);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java608 // C function void glLineWidthx ( GLfixed width )
610 public native void glLineWidthx( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java622 void glLineWidthx( method in interface:GL10

Completed in 129 milliseconds