Searched defs:equation (Results  1 – 9 of 9) 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/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 | 982     GLfixed *equation = (GLfixed *) 0;  in android_glClipPlanexOES__I_3II()  local 1026     GLfixed *equation = (GLfixed *) 0;  in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()  local 3277     GLfloat *equation = (GLfloat *) 0;  in android_glClipPlanefOES__I_3FI()  local 3321     GLfloat *equation = (GLfloat *) 0;  in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2()  local
  | 
| D | com_google_android_gles_jni_GLImpl.cpp | 4364     GLfloat *equation = (GLfloat *) 0;  in android_glClipPlanef__I_3FI()  local 4414     GLfloat *equation = (GLfloat *) 0;  in android_glClipPlanef__ILjava_nio_FloatBuffer_2()  local 4456     GLfixed *equation = (GLfixed *) 0;  in android_glClipPlanex__I_3II()  local 4506     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()
  |