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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto258 glLineWidthx = 232;
/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/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.cpp1769 /* void glLineWidthx ( GLfixed width ) */
1773 glLineWidthx(
3134 {"glLineWidthx", "(I)V", (void *) android_glLineWidthx__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp2581 /* void glLineWidthx ( GLfixed width ) */
2585 glLineWidthx(
8555 {"glLineWidthx", "(I)V", (void *) android_glLineWidthx__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1064 const GLMessage_Function GLMessage::glLineWidthx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1412 static const Function glLineWidthx = GLMessage_Function_glLineWidthx; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp25602 glmsg.set_function(GLMessage::glLineWidthx);
25613 glContext->hooks->gl.glLineWidthx(width);
[all...]

Completed in 160 milliseconds