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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
H A Dchecks.spec0 glClipPlanef check eqn 4
/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/libs/GLES_trace/
H A Dgltrace.proto62 glClipPlanef = 36;
/frameworks/native/opengl/libagl/
H A Dvertex.cpp231 void glClipPlanef(GLenum plane, const GLfloat* equ) function
H A Degl.cpp846 { "glClipPlanef",
847 (__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/native/opengl/include/GLES/
H A Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp212 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
240 glClipPlanef(
255 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
272 glClipPlanef(
2988 {"glClipPlanef", "(I[FI)V", (void *) android_glClipPlanef__I_3FI },
2989 {"glClipPlanef", "(ILjava/nio/FloatBuffer;)V", (void *) android_glClipPlanef__ILjava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp4170 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4204 glClipPlanef(
4219 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4242 glClipPlanef(
8619 {"glClipPlanef", "(I[FI)V", (void *) android_glClipPlanef__I_3FI },
8620 {"glClipPlanef", "(ILjava/nio/FloatBuffer;)V", (void *) android_glClipPlanef__ILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp573 const GLMessage_Function GLMessage::glClipPlanef; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h906 static const Function glClipPlanef = GLMessage_Function_glClipPlanef; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp11204 glmsg.set_function(GLMessage::glClipPlanef);
11221 glContext->hooks->gl.glClipPlanef(plane, equation);

Completed in 200 milliseconds