/frameworks/base/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/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 79 void glPolygonOffsetx ( GLfixed factor, GLfixed units )
|
/frameworks/base/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 | 1040 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/base/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 | 848 public native void glPolygonOffsetx( in glPolygonOffsetx() method in GLImpl
|
/frameworks/base/opengl/include/GLES/ |
D | gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/frameworks/base/opengl/libagl/ |
D | matrix.cpp | 1106 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() function
|
/frameworks/base/opengl/libs/ |
D | glesv2dbg_functions.h | 281 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
|
D | entries.in | 279 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
|
D | debug.in | 188 TRACE_GL_VOID(glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units), 2, "GLfixed", fac…
|
D | trace.in | 279 TRACE_GL_VOID(glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units), 2, "GLfixed", fac…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2849 glPolygonOffsetx( in android_glPolygonOffsetx__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 2975 glPolygonOffsetx( in android_glPolygonOffsetx__II()
|
/frameworks/base/api/ |
D | current.txt | 12947 method public static void glPolygonOffsetx(int, int); 39697 method public abstract void glPolygonOffsetx(int, int);
|
D | 14.txt | 12947 method public static void glPolygonOffsetx(int, int); 39697 method public abstract void glPolygonOffsetx(int, int);
|