Searched refs:glLineWidthx (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec56 void glLineWidthx ( GLfixed width )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java784 // C function void glLineWidthx ( GLfixed width )
786 public static native void glLineWidthx( method in class:GLES10
H A DGLErrorWrapper.java468 public void glLineWidthx(int width) { method in class:GLErrorWrapper
470 mgl.glLineWidthx(width);
H A DGLLogWrapper.java1919 public void glLineWidthx(int width) { method in class:GLLogWrapper
1920 begin("glLineWidthx");
1924 mgl.glLineWidthx(width);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java622 void glLineWidthx( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp517 void glLineWidthx(GLfixed width) function
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h524 #define glLineWidthx wrap_glLineWidthx macro
H A Dgles_undefine.h524 #undef glLineWidthx macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java609 // C function void glLineWidthx ( GLfixed width )
611 public native void glLineWidthx( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h528 GLAPI void APIENTRY glLineWidthx (GLfixed width);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1989 /* void glLineWidthx ( GLfixed width ) */
1993 glLineWidthx(
3478 {"glLineWidthx", "(I)V", (void *) android_glLineWidthx__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp2681 /* void glLineWidthx ( GLfixed width ) */
2685 glLineWidthx(
9159 {"glLineWidthx", "(I)V", (void *) android_glLineWidthx__I },

Completed in 2722 milliseconds