Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dstate.cpp507 void glLineWidth(GLfloat width) in glLineWidth() function
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp214 void glLineWidth(GLfloat width) {} in glLineWidth() function
Dwrap_gles.h526 #define glLineWidth wrap_glLineWidth macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java618 void glLineWidth( in glLineWidth() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java780 public static native void glLineWidth( in glLineWidth() method in GLES10
DGLErrorWrapper.java462 public void glLineWidth(float width) { in glLineWidth() method in GLErrorWrapper
DGLES20.java1290 public static native void glLineWidth( in glLineWidth() method in GLES20
DGLLogWrapper.java1910 public void glLineWidth(float width) { in glLineWidth() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java605 public native void glLineWidth( in glLineWidth() method in GLImpl