/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/libs/GLES_trace/ |
D | gltrace.proto | 304 glPolygonOffsetx = 278; enumerator
|
/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 | 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/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 | 849 public native void glPolygonOffsetx( in glPolygonOffsetx() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1106 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() function
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 815 const GLMessage_Function GLMessage::glPolygonOffsetx; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1148 static const Function glPolygonOffsetx = GLMessage_Function_glPolygonOffsetx; variable
|
D | gltrace_api.cpp | 13833 glmsg.set_function(GLMessage::glPolygonOffsetx); in GLTrace_glPolygonOffsetx() 13850 glContext->hooks->gl.glPolygonOffsetx(factor, units); in GLTrace_glPolygonOffsetx()
|
/frameworks/native/opengl/libs/ |
D | debug.in | 188 TRACE_GL_VOID(glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units), 2, "GLfixed", fac…
|
D | entries.in | 304 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
|
D | trace.in | 304 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 | 14.txt | 12947 method public static void glPolygonOffsetx(int, int); 39697 method public abstract void glPolygonOffsetx(int, int);
|
D | 15.txt | 12986 method public static void glPolygonOffsetx(int, int); 39852 method public abstract void glPolygonOffsetx(int, int);
|
D | current.txt | 13889 method public static void glPolygonOffsetx(int, int); 41135 method public abstract void glPolygonOffsetx(int, int);
|
D | 16.txt | 13889 method public static void glPolygonOffsetx(int, int); 41135 method public abstract void glPolygonOffsetx(int, int);
|