Searched defs:glPolygonOffsetx (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1106 void glPolygonOffsetx(GLfixed factor, GLfixed units) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java645 public void glPolygonOffsetx(int factor, int units) { method in class:GLErrorWrapper
647 mgl.glPolygonOffsetx(factor, units);
H A DGLES10.java1022 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
1024 public static native void glPolygonOffsetx( method in class:GLES10
H A DGLLogWrapper.java2225 public void glPolygonOffsetx(int factor, int units) { method in class:GLLogWrapper
2226 begin("glPolygonOffsetx");
2231 mgl.glPolygonOffsetx(factor, units);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java847 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
849 public native void glPolygonOffsetx( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java781 void glPolygonOffsetx( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h619 #define glPolygonOffsetx wrap_glPolygonOffsetx macro
H A Dgles_undefine.h619 #undef glPolygonOffsetx macro

Completed in 176 milliseconds