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

/frameworks/base/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/base/opengl/libagl/
H A Dstate.cpp551 void glLineWidthx(GLfixed width) function
/frameworks/base/opengl/include/GLES/
H A Dgl.h695 GL_API void GL_APIENTRY glLineWidthx (GLfixed 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/tests/angeles/include/GLES/
H A Dgl.h528 GLAPI void APIENTRY glLineWidthx (GLfixed width);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2247 /* void glLineWidthx ( GLfixed width ) */
2251 glLineWidthx(
3499 {"glLineWidthx", "(I)V", (void *) android_glLineWidthx__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp2373 /* void glLineWidthx ( GLfixed width ) */
2377 glLineWidthx(
7373 {"glLineWidthx", "(I)V", (void *) android_glLineWidthx__I },

Completed in 97 milliseconds