Home
last modified time | relevance | path

Searched defs:glLineWidthx (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp517 void glLineWidthx(GLfixed width) in glLineWidthx() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java622 void glLineWidthx( in glLineWidthx() method
/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
DGLLogWrapper.java1919 public void glLineWidthx(int width) { in glLineWidthx() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto258 glLineWidthx = 232; enumerator
/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
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java611 public native void glLineWidthx( in glLineWidthx() method in GLImpl