/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 166 void glClipPlanef( in glClipPlanef() method 172 void glClipPlanef( in glClipPlanef() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 181 public static native void glClipPlanef( in glClipPlanef() method in GLES11 189 public static native void glClipPlanef( in glClipPlanef() method in GLES11
|
D | GLErrorWrapper.java | 846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in GLErrorWrapper 848 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef() 852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in GLErrorWrapper 854 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
|
D | GLLogWrapper.java | 2586 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in GLLogWrapper 2592 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef() 2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in GLLogWrapper 2601 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11.spec | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
|
D | checks.spec | 26 glClipPlanef check eqn 4
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
|
D | glspec-checks | 1 glClipPlanef check equation 4
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 29 glClipPlanef;
|
D | entries.in | 83 GL_ENTRY(void, glClipPlanef, GLenum p, const GLfloat *eqn)
|
/frameworks/native/opengl/libagl/ |
D | vertex.cpp | 231 void glClipPlanef(GLenum plane, const GLfloat* equ) in glClipPlanef() function
|
D | egl.cpp | 884 (__eglMustCastToProperFunctionPointerType)&glClipPlanef },
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1193 public native void glClipPlanef( in glClipPlanef() method in GLImpl 1201 public native void glClipPlanef( in glClipPlanef() method in GLImpl
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 10 void API_ENTRY(glClipPlanef)(GLenum p, const GLfloat *eqn) { 11 CALL_GL_API(glClipPlanef, p, eqn);
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 407 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 99 #define glClipPlanef wrap_glClipPlanef macro
|
D | gles_undefine.h | 99 #undef glClipPlanef
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 582 glClipPlanef( in android_glClipPlanef__I_3FI() 620 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4446 glClipPlanef( in android_glClipPlanef__I_3FI() 4490 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19256 method public static void glClipPlanef(int, float[], int); 19257 method public static void glClipPlanef(int, java.nio.FloatBuffer); 52176 method public abstract void glClipPlanef(int, float[], int); 52177 method public abstract void glClipPlanef(int, java.nio.FloatBuffer);
|
/frameworks/base/api/ |
D | current.txt | 28117 method public static void glClipPlanef(int, float[], int); 28118 method public static void glClipPlanef(int, java.nio.FloatBuffer); 69535 method public abstract void glClipPlanef(int, float[], int); 69536 method public abstract void glClipPlanef(int, java.nio.FloatBuffer);
|
D | test-current.txt | 28273 method public static void glClipPlanef(int, float[], int); 28274 method public static void glClipPlanef(int, java.nio.FloatBuffer); 70017 method public abstract void glClipPlanef(int, float[], int); 70018 method public abstract void glClipPlanef(int, java.nio.FloatBuffer);
|
D | system-current.txt | 30832 method public static void glClipPlanef(int, float[], int); 30833 method public static void glClipPlanef(int, java.nio.FloatBuffer); 73493 method public abstract void glClipPlanef(int, float[], int); 73494 method public abstract void glClipPlanef(int, java.nio.FloatBuffer);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 47953 HSPLjavax/microedition/khronos/opengles/GL11;->glClipPlanef(ILjava/nio/FloatBuffer;)V 47954 HSPLjavax/microedition/khronos/opengles/GL11;->glClipPlanef(I[FI)V
|