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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
H A Dchecks.spec2 glClipPlanex check eqn 4
/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/libs/GLES_trace/
H A Dgltrace.proto65 glClipPlanex = 39;
/frameworks/native/opengl/libagl/
H A Dvertex.cpp243 void glClipPlanex(GLenum plane, const GLfixed* equ) function
H A Degl.cpp848 { "glClipPlanex",
849 (__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/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.cpp284 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
312 glClipPlanex(
327 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
344 glClipPlanex(
2990 {"glClipPlanex", "(I[II)V", (void *) android_glClipPlanex__I_3II },
2991 {"glClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glClipPlanex__ILjava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp4256 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
4290 glClipPlanex(
4305 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
4328 glClipPlanex(
8621 {"glClipPlanex", "(I[II)V", (void *) android_glClipPlanex__I_3II },
8622 {"glClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glClipPlanex__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp576 const GLMessage_Function GLMessage::glClipPlanex; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h909 static const Function glClipPlanex = GLMessage_Function_glClipPlanex; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp12449 glmsg.set_function(GLMessage::glClipPlanex);
12466 glContext->hooks->gl.glClipPlanex(plane, equation);

Completed in 2449 milliseconds