/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11.java | 177 void glClipPlanex( in glClipPlanex() method 183 void glClipPlanex( in glClipPlanex() method
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11.java | 196 public static native void glClipPlanex( in glClipPlanex() method in GLES11 204 public static native void glClipPlanex( in glClipPlanex() method in GLES11
|
H A D | GLErrorWrapper.java | 858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in GLErrorWrapper 860 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex() 864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in GLErrorWrapper 866 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
|
H A D | GLLogWrapper.java | 2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in GLLogWrapper 2611 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex() 2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in GLLogWrapper 2620 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES11.spec | 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
H A D | checks.spec | 27 glClipPlanex check eqn 4
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
H A D | glspec-1.1 | 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
H A D | glspec-checks | 2 glClipPlanex check equation 4
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanex); 329 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanex); in init_stub_library()
|
H A D | stubs_arm.cc | 49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanex); 329 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanex); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv1_CM.map.txt | 32 glClipPlanex;
|
H A D | entries_gles1.in | 31 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
|
H A D | entries.in | 92 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1211 public native void glClipPlanex( in glClipPlanex() method in GLImpl 1219 public native void glClipPlanex( in glClipPlanex() method in GLImpl
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | gl_api.in | 151 void API_ENTRY(glClipPlanex)(GLenum plane, const GLfixed *equation) { 152 CALL_GL_API(glClipPlanex, plane, equation);
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | gl.h | 455 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11.cpp | 627 glClipPlanex( in android_glClipPlanex__I_3II() 665 glClipPlanex( in android_glClipPlanex__ILjava_nio_IntBuffer_2()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 4481 glClipPlanex( in android_glClipPlanex__I_3II() 4525 glClipPlanex( in android_glClipPlanex__ILjava_nio_IntBuffer_2()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 28310 method public static void glClipPlanex(int, int[], int); 28311 method public static void glClipPlanex(int, java.nio.IntBuffer); 57431 method public void glClipPlanex(int, int[], int); 57432 method public void glClipPlanex(int, java.nio.IntBuffer);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 19258 method public static void glClipPlanex(int, int[], int); 19259 method public static void glClipPlanex(int, java.nio.IntBuffer); 52178 method public abstract void glClipPlanex(int, int[], int); 52179 method public abstract void glClipPlanex(int, java.nio.IntBuffer);
|