/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 221 glPolygonOffsetx;
|
D | entries_gles1.in | 229 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
|
D | entries.in | 666 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 238 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPolygonOffsetx); 518 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPolygonOffsetx); in init_stub_library()
|
D | stubs_arm.cc | 238 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPolygonOffsetx); 518 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPolygonOffsetx); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 79 void glPolygonOffsetx ( GLfixed factor, GLfixed units )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 781 void glPolygonOffsetx( in glPolygonOffsetx() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 79 void glPolygonOffsetx ( GLfixed factor, GLfixed units )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 352 void API_ENTRY(glPolygonOffsetx)(GLfixed factor, GLfixed units) { 353 CALL_GL_API(glPolygonOffsetx, factor, units);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 1024 public static native void glPolygonOffsetx( in glPolygonOffsetx() method in GLES10
|
D | GLErrorWrapper.java | 645 public void glPolygonOffsetx(int factor, int units) { in glPolygonOffsetx() method in GLErrorWrapper 647 mgl.glPolygonOffsetx(factor, units); in glPolygonOffsetx()
|
D | GLLogWrapper.java | 2225 public void glPolygonOffsetx(int factor, int units) { in glPolygonOffsetx() method in GLLogWrapper 2231 mgl.glPolygonOffsetx(factor, units); in glPolygonOffsetx()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 551 GLAPI void APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 852 public native void glPolygonOffsetx( in glPolygonOffsetx() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 522 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 620 #define glPolygonOffsetx wrap_glPolygonOffsetx macro
|
D | gles_undefine.h | 619 #undef glPolygonOffsetx
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1095 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2749 glPolygonOffsetx( in android_glPolygonOffsetx__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3436 glPolygonOffsetx( in android_glPolygonOffsetx__II()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18976 method public static void glPolygonOffsetx(int, int); 51898 method public abstract void glPolygonOffsetx(int, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 31653 method public static void glPolygonOffsetx(int, int); 76160 method public void glPolygonOffsetx(int, int);
|
/frameworks/base/api/ |
D | current.txt | 31797 method public static void glPolygonOffsetx(int, int); 76304 method public void glPolygonOffsetx(int, int);
|