Home
last modified time | relevance | path

Searched refs:equation (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java168 float[] equation, in glClipPlanef() argument
174 java.nio.FloatBuffer equation in glClipPlanef() argument
179 int[] equation, in glClipPlanex() argument
185 java.nio.IntBuffer equation in glClipPlanex() argument
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java183 float[] equation, in glClipPlanef() argument
191 java.nio.FloatBuffer equation in glClipPlanef() argument
198 int[] equation, in glClipPlanex() argument
206 java.nio.IntBuffer equation in glClipPlanex() argument
H A DGLES11Ext.java298 int[] equation, in glClipPlanexOES() argument
306 java.nio.IntBuffer equation in glClipPlanexOES() argument
972 float[] equation, in glClipPlanefOES() argument
980 java.nio.FloatBuffer equation in glClipPlanefOES() argument
H A DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() argument
848 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() argument
854 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() argument
860 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() argument
866 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
H A DGLLogWrapper.java2589 arg("equation", 4, equation, offset); in glClipPlanef()
2592 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() argument
2599 arg("equation", 4, equation); in glClipPlanef()
2601 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() argument
2608 arg("equation", 4, equation, offset); in glClipPlanex()
2611 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() argument
2618 arg("equation", 4, equation); in glClipPlanex()
[all …]
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp528 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local
545 equation = equation_base + offset; in android_glClipPlanef__I_3FI()
549 (GLfloat *)equation in android_glClipPlanef__I_3FI()
572 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local
581 if (equation == NULL) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
587 (GLfloat *)equation in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
608 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local
625 equation = equation_base + offset; in android_glClipPlanex__I_3II()
629 (GLfixed *)equation in android_glClipPlanex__I_3II()
661 if (equation == NULL) { in android_glClipPlanex__ILjava_nio_IntBuffer_2()
[all …]
H A Dandroid_opengl_GLES11Ext.cpp982 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local
999 equation = equation_base + offset; in android_glClipPlanexOES__I_3II()
1003 (GLfixed *)equation in android_glClipPlanexOES__I_3II()
1026 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() local
1035 if (equation == NULL) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
1041 (GLfixed *)equation in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
3277 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local
3294 equation = equation_base + offset; in android_glClipPlanefOES__I_3FI()
3298 (GLfloat *)equation in android_glClipPlanefOES__I_3FI()
3330 if (equation == NULL) { in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2()
[all …]
H A Dcom_google_android_gles_jni_GLImpl.cpp4364 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local
4387 equation = equation_base + offset; in android_glClipPlanef__I_3FI()
4391 (GLfloat *)equation in android_glClipPlanef__I_3FI()
4414 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local
4429 if (equation == NULL) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4435 (GLfloat *)equation in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4456 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local
4479 equation = equation_base + offset; in android_glClipPlanex__I_3II()
4483 (GLfixed *)equation in android_glClipPlanex__I_3II()
4521 if (equation == NULL) { in android_glClipPlanex__ILjava_nio_IntBuffer_2()
[all …]
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1198 float[] equation, in glClipPlanef() argument
1206 java.nio.FloatBuffer equation in glClipPlanef() argument
1213 int[] equation, in glClipPlanex() argument
1221 java.nio.IntBuffer equation in glClipPlanex() argument