Searched refs:glClipPlanexOES (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11Ext.java | 296 public static native void glClipPlanexOES( in glClipPlanexOES() method in GLES11Ext 304 public static native void glClipPlanexOES( in glClipPlanexOES() method in GLES11Ext
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanexOES); 331 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanexOES); in init_stub_library()
|
H A D | stubs_arm.cc | 51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanexOES); 331 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanexOES); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv1_CM.map.txt | 34 glClipPlanexOES;
|
H A D | entries_gles1.in | 33 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
|
H A D | entries.in | 94 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES11Ext.spec | 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | glext_api.in | 49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) { 50 CALL_GL_API(glClipPlanexOES, plane, equation);
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | glext.h | 213 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 1001 glClipPlanexOES( in android_glClipPlanexOES__I_3II() 1039 glClipPlanexOES( in android_glClipPlanexOES__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 | 28512 method public static void glClipPlanexOES(int, int[], int); 28513 method public static void glClipPlanexOES(int, java.nio.IntBuffer);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 19460 method public static void glClipPlanexOES(int, int[], int); 19461 method public static void glClipPlanexOES(int, java.nio.IntBuffer);
|