Home
last modified time | relevance | path

Searched defs:equation (Results 1 – 13 of 13) 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.cpp901 const vec4_t& equation = c->clipPlanes.plane[plane].equation; in clip_triangle() local
1043 const vec4_t& equation = c->clipPlanes.plane[plane].equation; in clip_line() local
Dcontext.h272 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.cpp426 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local
470 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local
498 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local
542 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__ILjava_nio_IntBuffer_2() local
Dandroid_opengl_GLES11Ext.cpp832 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local
873 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() local
2863 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local
2904 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2() local
Dcom_google_android_gles_jni_GLImpl.cpp4179 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local
4229 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local
4265 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local
4315 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__ILjava_nio_IntBuffer_2() local
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1195 float[] equation, in glClipPlanef()
1203 java.nio.FloatBuffer equation in glClipPlanef()
1210 int[] equation, in glClipPlanex()
1218 java.nio.IntBuffer equation in glClipPlanex()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp23710 void GLTrace_glGetClipPlanef(GLenum plane, GLfloat * equation) { in GLTrace_glGetClipPlanef()
24747 void GLTrace_glClipPlanex(GLenum plane, const GLfixed * equation) { in GLTrace_glClipPlanex()
25138 void GLTrace_glGetClipPlanex(GLenum plane, GLfixed * equation) { in GLTrace_glGetClipPlanex()
28042 void GLTrace_glClipPlanexOES(GLenum plane, const GLfixed * equation) { in GLTrace_glClipPlanexOES()
28284 void GLTrace_glGetClipPlanexOES(GLenum plane, GLfixed * equation) { in GLTrace_glGetClipPlanexOES()
30427 void GLTrace_glClipPlanefOES(GLenum plane, const GLfloat * equation) { in GLTrace_glClipPlanefOES()
30554 void GLTrace_glGetClipPlanefOES(GLenum plane, GLfloat * equation) { in GLTrace_glGetClipPlanefOES()