/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11.java | 194 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 196 public static native void glClipPlanex( method in class:GLES11 202 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 204 public static native void glClipPlanex( method in class:GLES11
|
H A D | GLErrorWrapper.java | 858 public void glClipPlanex(int plane, int[] equation, int offset) { method in class:GLErrorWrapper 860 mgl11.glClipPlanex(plane, equation, offset); 864 public void glClipPlanex(int plane, IntBuffer equation) { method in class:GLErrorWrapper 866 mgl11.glClipPlanex(plane, equation);
|
H A D | GLLogWrapper.java | 2605 public void glClipPlanex(int plane, int[] equation, int offset) { method in class:GLLogWrapper 2606 begin("glClipPlanex"); 2611 mgl11.glClipPlanex(plane, equation, offset); 2615 public void glClipPlanex(int plane, IntBuffer equation) { method in class:GLLogWrapper 2620 mgl11.glClipPlanex(plane, equation);
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11.java | 177 void glClipPlanex( method in interface:GL11 183 void glClipPlanex( method in interface:GL11
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
H A D | GLES11.spec | 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
H A D | checks.spec | 2 glClipPlanex check eqn 4
|
/frameworks/base/opengl/libagl/ |
H A D | vertex.cpp | 243 void glClipPlanex(GLenum plane, const GLfixed* equ) function
|
H A D | egl.cpp | 887 { "glClipPlanex", 888 (__eglMustCastToProperFunctionPointerType)&glClipPlanex },
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1205 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 1207 public native void glClipPlanex( method in class:GLImpl 1213 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 1215 public native void glClipPlanex( method in class:GLImpl
|
/frameworks/base/opengl/include/GLES/ |
H A D | gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11.cpp | 262 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */ 283 glClipPlanex( 295 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */ 304 glClipPlanex( 2429 {"glClipPlanex", "(I[II)V", (void *) android_glClipPlanex__I_3II }, 2430 {"glClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glClipPlanex__ILjava_nio_IntBuffer_2 },
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 3792 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */ 3817 glClipPlanex( 3829 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */ 3842 glClipPlanex( 7439 {"glClipPlanex", "(I[II)V", (void *) android_glClipPlanex__I_3II }, 7440 {"glClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glClipPlanex__ILjava_nio_IntBuffer_2 },
|