Searched refs:glClipPlanef (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java179 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
181 public static native void glClipPlanef( method in class:GLES11
187 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
189 public static native void glClipPlanef( method in class:GLES11
H A DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { method in class:GLErrorWrapper
848 mgl11.glClipPlanef(plane, equation, offset);
852 public void glClipPlanef(int plane, FloatBuffer equation) { method in class:GLErrorWrapper
854 mgl11.glClipPlanef(plane, equation);
H A DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { method in class:GLLogWrapper
2587 begin("glClipPlanef");
2592 mgl11.glClipPlanef(plane, equation, offset);
2596 public void glClipPlanef(int plane, FloatBuffer equation) { method in class:GLLogWrapper
2597 begin("glClipPlanef");
2601 mgl11.glClipPlanef(plane, equation);
2616 begin("glClipPlanef");
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java166 void glClipPlanef( method in interface:GL11
172 void glClipPlanef( method in interface:GL11
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
H A Dchecks.spec26 glClipPlanef check eqn 4
/frameworks/native/opengl/libagl/
H A Dvertex.cpp231 void glClipPlanef(GLenum plane, const GLfloat* equ) function
H A Degl.cpp885 { "glClipPlanef",
886 (__eglMustCastToProperFunctionPointerType)&glClipPlanef },
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1191 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1193 public native void glClipPlanef( method in class:GLImpl
1199 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1201 public native void glClipPlanef( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h99 #define glClipPlanef wrap_glClipPlanef macro
H A Dgles_undefine.h99 #undef glClipPlanef macro
/frameworks/native/opengl/include/GLES/
H A Dgl.h408 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp553 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
581 glClipPlanef(
596 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
619 glClipPlanef(
3253 {"glClipPlanef", "(I[FI)V", (void *) android_glClipPlanef__I_3FI },
3254 {"glClipPlanef", "(ILjava/nio/FloatBuffer;)V", (void *) android_glClipPlanef__ILjava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp4411 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4445 glClipPlanef(
4460 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4489 glClipPlanef(
9222 {"glClipPlanef", "(I[FI)V", (void *) android_glClipPlanef__I_3FI },
9223 {"glClipPlanef", "(ILjava/nio/FloatBuffer;)V", (void *) android_glClipPlanef__ILjava_nio_FloatBuffer_2 },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 223 milliseconds