Searched refs:glPolygonOffsetxOES (Results 1 – 6 of 6) sorted by relevance
130 void API_ENTRY(glPolygonOffsetxOES)(GLfixed factor, GLfixed units) {131 CALL_GL_API(glPolygonOffsetxOES, factor, units);
44 void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
607 public static native void glPolygonOffsetxOES( in glPolygonOffsetxOES() method in GLES11Ext
365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
255 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
1421 glPolygonOffsetxOES( in android_glPolygonOffsetxOES__II()