Searched defs:equation (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 168 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/ |
D | vertex.cpp | 172 vec4_t& equation = c->clipPlanes.plane[p].equation; in clipPlanex() local
|
D | primitives.cpp | 902 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
|
D | context.h | 273 vec4_t equation; member
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 183 float[] equation, in glClipPlanef() 191 java.nio.FloatBuffer equation in glClipPlanef() 198 int[] equation, in glClipPlanex() 206 java.nio.IntBuffer equation in glClipPlanex()
|
D | GLES11Ext.java | 298 int[] equation, in glClipPlanexOES() 306 java.nio.IntBuffer equation in glClipPlanexOES() 972 float[] equation, in glClipPlanefOES() 980 java.nio.FloatBuffer equation in glClipPlanefOES()
|
D | GLErrorWrapper.java | 846 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()
|
D | GLLogWrapper.java | 2586 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/ |
D | android_opengl_GLES11.cpp | 528 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
|
D | android_opengl_GLES11Ext.cpp | 980 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
|
D | com_google_android_gles_jni_GLImpl.cpp | 4363 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/ |
D | GLImpl.java | 1198 float[] equation, in glClipPlanef() 1206 java.nio.FloatBuffer equation in glClipPlanef() 1213 int[] equation, in glClipPlanex() 1221 java.nio.IntBuffer equation in glClipPlanex()
|