Searched refs:glLineWidthxOES (Results 1 - 8 of 8) 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/
H A Dgltrace.proto259 glLineWidthxOES = 233;
/frameworks/native/opengl/include/GLES/
H A Dglext.h686 GL_API void GL_APIENTRY glLineWidthxOES (GLfixed width);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1065 const GLMessage_Function GLMessage::glLineWidthxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1413 static const Function glLineWidthxOES = GLMessage_Function_glLineWidthxOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp28590 glmsg.set_function(GLMessage::glLineWidthxOES);
28601 glContext->hooks->gl.glLineWidthxOES(width);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1580 /* void glLineWidthxOES ( GLfixed width ) */
1584 glLineWidthxOES(
3506 {"glLineWidthxOES", "(I)V", (void *) android_glLineWidthxOES__I },

Completed in 105 milliseconds