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

  /frameworks/base/opengl/libagl/
matrix.cpp 1106 void glPolygonOffsetx(GLfixed factor, GLfixed units)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 520 public void glPolygonOffsetx(int factor, int units) {
521 mgl.glPolygonOffsetx(factor, units);
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 645 public void glPolygonOffsetx(int factor, int units) {
647 mgl.glPolygonOffsetx(factor, units);
    [all...]
GLLogWrapper.java     [all...]
GLES10.java     [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 401 #define glPolygonOffsetx(...) do { glPolygonOffsetx(__VA_ARGS__); GLCHECK("glPolygonOffsetx");} while(0)
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 846 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
848 public native void glPolygonOffsetx(
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 781 void glPolygonOffsetx(
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 25 milliseconds