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

/frameworks/base/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/opengl/include/GLES/
H A Dgl.h711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java846 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
848 public native void glPolygonOffsetx( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h551 GLAPI void APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp1106 void glPolygonOffsetx(GLfixed factor, GLfixed units) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2873 /* void glPolygonOffsetx ( GLfixed factor, GLfixed units ) */
2877 glPolygonOffsetx(
3528 {"glPolygonOffsetx", "(II)V", (void *) android_glPolygonOffsetx__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp2999 /* void glPolygonOffsetx ( GLfixed factor, GLfixed units ) */
3003 glPolygonOffsetx(
7402 {"glPolygonOffsetx", "(II)V", (void *) android_glPolygonOffsetx__II },

Completed in 199 milliseconds