Home
last modified time | relevance | path

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

/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java166 void glClipPlanef( in glClipPlanef() method
172 void glClipPlanef( in glClipPlanef() method
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java181 public static native void glClipPlanef( in glClipPlanef() method in GLES11
189 public static native void glClipPlanef( in glClipPlanef() method in GLES11
H A DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in GLErrorWrapper
848 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in GLErrorWrapper
854 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
H A DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in GLLogWrapper
2592 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in GLLogWrapper
2601 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1196 public native void glClipPlanef( in glClipPlanef() method in GLImpl
1204 public native void glClipPlanef( in glClipPlanef() method in GLImpl
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp547 glClipPlanef( in android_glClipPlanef__I_3FI()
585 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp4389 glClipPlanef( in android_glClipPlanef__I_3FI()
4433 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt30095 method public static void glClipPlanef(int, float[], int);
30096 method public static void glClipPlanef(int, java.nio.FloatBuffer);
61361 method public void glClipPlanef(int, float[], int);
61362 method public void glClipPlanef(int, java.nio.FloatBuffer);