Searched refs:glPolygonOffsetxOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 44 void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 619 public static native void glPolygonOffsetxOES( in glPolygonOffsetxOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 121 void API_ENTRY(glPolygonOffsetxOES)(GLfixed factor, GLfixed units) { 122 CALL_GL_API(glPolygonOffsetxOES, factor, units);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 623 #define glPolygonOffsetxOES wrap_glPolygonOffsetxOES macro
|
D | unwrap_gles.h | 623 #undef glPolygonOffsetxOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 697 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2041 glPolygonOffsetxOES( in android_glPolygonOffsetxOES__II()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 604 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19546 method public static void glPolygonOffsetxOES(int, int);
|
/frameworks/base/api/ |
D | current.txt | 26056 method public static void glPolygonOffsetxOES(int, int);
|
D | system-current.txt | 28496 method public static void glPolygonOffsetxOES(int, int);
|
D | test-current.txt | 26125 method public static void glPolygonOffsetxOES(int, int);
|