Searched defs:glClipPlanex (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp243 void glClipPlanex(GLenum plane, const GLfixed* equ) function
/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/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/libs/GLES_trace/src/
H A Dgltrace.pb.cpp871 const GLMessage_Function GLMessage::glClipPlanex; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1219 static const Function glClipPlanex = GLMessage_Function_glClipPlanex; member in class:android::gltrace::GLMessage

Completed in 146 milliseconds