Searched refs:glPolygonOffsetxOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 222 glPolygonOffsetxOES;
|
D | entries.in | 667 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
|
/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 | gles_redefine.h | 621 #define glPolygonOffsetxOES wrap_glPolygonOffsetxOES macro
|
D | gles_undefine.h | 620 #undef glPolygonOffsetxOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 237 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2293 glPolygonOffsetxOES( in android_glPolygonOffsetxOES__II()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19546 method public static void glPolygonOffsetxOES(int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28433 Landroid/opengl/GLES11Ext;->glPolygonOffsetxOES(II)V
|
/frameworks/base/api/ |
D | current.txt | 29973 method public static void glPolygonOffsetxOES(int, int);
|