HomeSort by relevance Sort by last modified time
    Searched defs:glLineWidth (Results 1 - 14 of 14) sorted by null

  /frameworks/base/opengl/libagl/
state.cpp 503 void glLineWidth(GLfloat width)
  /external/quake/quake/src/WinQuake/
glquake.h 303 #define glLineWidth(...) do { glLineWidth(__VA_ARGS__); GLCHECK("glLineWidth");} while(0)
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 602 // C function void glLineWidth ( GLfloat width )
604 public native void glLineWidth(
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 352 public void glLineWidth(float width) {
353 mgl.glLineWidth(width);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 794 // C function void glLineWidth ( GLfloat width )
796 public static native void glLineWidth(
    [all...]
GLES20.java     [all...]
GLErrorWrapper.java 462 public void glLineWidth(float width) {
464 mgl.glLineWidth(width);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 618 void glLineWidth(
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 23 milliseconds