Home
last modified time | relevance | path

Searched refs:glLineWidthx (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec56 void glLineWidthx ( GLfixed width )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java622 void glLineWidthx( in glLineWidthx() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.056 void glLineWidthx ( GLfixed width )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in304 void API_ENTRY(glLineWidthx)(GLfixed width) {
305 CALL_GL_API(glLineWidthx, width);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java786 public static native void glLineWidthx( in glLineWidthx() method in GLES10
DGLErrorWrapper.java468 public void glLineWidthx(int width) { in glLineWidthx() method in GLErrorWrapper
470 mgl.glLineWidthx(width); in glLineWidthx()
DGLLogWrapper.java1919 public void glLineWidthx(int width) { in glLineWidthx() method in GLLogWrapper
1924 mgl.glLineWidthx(width); in glLineWidthx()
/frameworks/native/opengl/libagl/
Dstate.cpp517 void glLineWidthx(GLfixed width) in glLineWidthx() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto258 glLineWidthx = 232; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h528 GLAPI void APIENTRY glLineWidthx (GLfixed width);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java611 public native void glLineWidthx( in glLineWidthx() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1064 const GLMessage_Function GLMessage::glLineWidthx; member in android::gltrace::GLMessage
Dgltrace.pb.h1412 static const Function glLineWidthx = GLMessage_Function_glLineWidthx; variable
Dgltrace_api.cpp25602 glmsg.set_function(GLMessage::glLineWidthx); in GLTrace_glLineWidthx()
25613 glContext->hooks->gl.glLineWidthx(width); in GLTrace_glLineWidthx()
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp1773 glLineWidthx( in android_glLineWidthx__I()
Dcom_google_android_gles_jni_GLImpl.cpp2585 glLineWidthx( in android_glLineWidthx__I()
/frameworks/native/opengl/libs/
Dentries.in405 GL_ENTRY(void, glLineWidthx, GLfixed width)
Dtrace.in405 TRACE_GL_VOID(glLineWidthx, (GLfixed width), (width), 1, "GLfixed", width)
/frameworks/base/api/
Dcurrent.txt18881 method public static void glLineWidthx(int);
51661 method public abstract void glLineWidthx(int);