Searched refs:glPolygonOffsetx (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec79 void glPolygonOffsetx ( GLfixed factor, GLfixed units )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1022 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
1024 public static native void glPolygonOffsetx( method in class:GLES10
H A DGLErrorWrapper.java645 public void glPolygonOffsetx(int factor, int units) { method in class:GLErrorWrapper
647 mgl.glPolygonOffsetx(factor, units);
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/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
/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/native/opengl/include/GLES/
H A Dgl.h712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h551 GLAPI void APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1106 void glPolygonOffsetx(GLfixed factor, GLfixed units) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2780 /* void glPolygonOffsetx ( GLfixed factor, GLfixed units ) */
2784 glPolygonOffsetx(
3507 {"glPolygonOffsetx", "(II)V", (void *) android_glPolygonOffsetx__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp3492 /* void glPolygonOffsetx ( GLfixed factor, GLfixed units ) */
3496 glPolygonOffsetx(
9188 {"glPolygonOffsetx", "(II)V", (void *) android_glPolygonOffsetx__II },

Completed in 383 milliseconds