Searched refs:glClipPlanex (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java194 // 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 DGLErrorWrapper.java858 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 DGLLogWrapper.java2605 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 DGL11.java177 void glClipPlanex( method in interface:GL11
183 void glClipPlanex( method in interface:GL11
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
H A Dchecks.spec27 glClipPlanex check eqn 4
/frameworks/native/opengl/libagl/
H A Dvertex.cpp243 void glClipPlanex(GLenum plane, const GLfixed* equ) function
H A Degl.cpp867 { "glClipPlanex",
868 (__eglMustCastToProperFunctionPointerType)&glClipPlanex },
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1206 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1208 public native void glClipPlanex( method in class:GLImpl
1214 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1216 public native void glClipPlanex( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h102 #define glClipPlanex wrap_glClipPlanex macro
H A Dgles_undefine.h102 #undef glClipPlanex macro
/frameworks/native/opengl/include/GLES/
H A Dgl.h645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp634 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
662 glClipPlanex(
677 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
700 glClipPlanex(
3256 {"glClipPlanex", "(I[II)V", (void *) android_glClipPlanex__I_3II },
3257 {"glClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glClipPlanex__ILjava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp4504 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
4538 glClipPlanex(
4553 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
4582 glClipPlanex(
9225 {"glClipPlanex", "(I[II)V", (void *) android_glClipPlanex__I_3II },
9226 {"glClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glClipPlanex__ILjava_nio_IntBuffer_2 },

Completed in 2825 milliseconds