Searched refs:glLineWidthxOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec33 void glLineWidthxOES ( GLfixed width )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java503 // C function void glLineWidthxOES ( GLfixed width )
505 public static native void glLineWidthxOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto261 glLineWidthxOES = 233;
/frameworks/native/opengl/include/GLES/
H A Dglext.h686 GL_API void GL_APIENTRY glLineWidthxOES (GLfixed width);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1698 /* void glLineWidthxOES ( GLfixed width ) */
1702 glLineWidthxOES(
3624 {"glLineWidthxOES", "(I)V", (void *) android_glLineWidthxOES__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp28590 glmsg.set_function(GLMessage::glLineWidthxOES);
28601 glContext->hooks->gl.glLineWidthxOES(width);
[all...]

Completed in 297 milliseconds