/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 56 void glLineWidthx ( GLfixed width )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 622 void glLineWidthx( in glLineWidthx() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 56 void glLineWidthx ( GLfixed width )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 304 void API_ENTRY(glLineWidthx)(GLfixed width) { 305 CALL_GL_API(glLineWidthx, width);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 786 public static native void glLineWidthx( in glLineWidthx() method in GLES10
|
D | GLErrorWrapper.java | 468 public void glLineWidthx(int width) { in glLineWidthx() method in GLErrorWrapper 470 mgl.glLineWidthx(width); in glLineWidthx()
|
D | GLLogWrapper.java | 1919 public void glLineWidthx(int width) { in glLineWidthx() method in GLLogWrapper 1924 mgl.glLineWidthx(width); in glLineWidthx()
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 517 void glLineWidthx(GLfixed width) in glLineWidthx() function
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 258 glLineWidthx = 232; enumerator
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 528 GLAPI void APIENTRY glLineWidthx (GLfixed width);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 611 public native void glLineWidthx( in glLineWidthx() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1064 const GLMessage_Function GLMessage::glLineWidthx; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1412 static const Function glLineWidthx = GLMessage_Function_glLineWidthx; variable
|
D | gltrace_api.cpp | 25602 glmsg.set_function(GLMessage::glLineWidthx); in GLTrace_glLineWidthx() 25613 glContext->hooks->gl.glLineWidthx(width); in GLTrace_glLineWidthx()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 1773 glLineWidthx( in android_glLineWidthx__I()
|
D | com_google_android_gles_jni_GLImpl.cpp | 2585 glLineWidthx( in android_glLineWidthx__I()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 405 GL_ENTRY(void, glLineWidthx, GLfixed width)
|
D | trace.in | 405 TRACE_GL_VOID(glLineWidthx, (GLfixed width), (width), 1, "GLfixed", width)
|
/frameworks/base/api/ |
D | current.txt | 18881 method public static void glLineWidthx(int); 51661 method public abstract void glLineWidthx(int);
|