Home
last modified time | relevance | path

Searched defs:equation (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java168 float[] equation, in glClipPlanef()
174 java.nio.FloatBuffer equation in glClipPlanef()
179 int[] equation, in glClipPlanex()
185 java.nio.IntBuffer equation in glClipPlanex()
/frameworks/native/opengl/libagl/
Dvertex.cpp172 vec4_t& equation = c->clipPlanes.plane[p].equation; in clipPlanex() local
Dprimitives.cpp902 const vec4_t& equation = c->clipPlanes.plane[plane].equation; in clip_triangle() local
1044 const vec4_t& equation = c->clipPlanes.plane[plane].equation; in clip_line() local
Dcontext.h273 vec4_t equation; member
/frameworks/base/opengl/java/android/opengl/
DGLES11.java183 float[] equation, in glClipPlanef()
191 java.nio.FloatBuffer equation in glClipPlanef()
198 int[] equation, in glClipPlanex()
206 java.nio.IntBuffer equation in glClipPlanex()
DGLES11Ext.java298 int[] equation, in glClipPlanexOES()
306 java.nio.IntBuffer equation in glClipPlanexOES()
972 float[] equation, in glClipPlanefOES()
980 java.nio.FloatBuffer equation in glClipPlanefOES()
DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef()
852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef()
858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex()
864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex()
DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef()
2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef()
2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex()
2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex()
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp528 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local
572 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local
608 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local
652 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__ILjava_nio_IntBuffer_2() local
Dandroid_opengl_GLES11Ext.cpp980 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local
1024 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() local
3275 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local
3319 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2() local
Dcom_google_android_gles_jni_GLImpl.cpp4363 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local
4413 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local
4455 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local
4505 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__ILjava_nio_IntBuffer_2() local
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1198 float[] equation, in glClipPlanef()
1206 java.nio.FloatBuffer equation in glClipPlanef()
1213 int[] equation, in glClipPlanex()
1221 java.nio.IntBuffer equation in glClipPlanex()