Home
last modified time | relevance | path

Searched refs:glClipPlanexOES (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java296 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 Dstubs_arm64.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanexOES);
331 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanexOES); in init_stub_library()
H A Dstubs_arm.cc51 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 DlibGLESv1_CM.map.txt34 glClipPlanexOES;
H A Dentries_gles1.in33 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
H A Dentries.in94 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) {
50 CALL_GL_API(glClipPlanexOES, plane, equation);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h213 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1001 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28512 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 Dandroid-22.txt19460 method public static void glClipPlanexOES(int, int[], int);
19461 method public static void glClipPlanexOES(int, java.nio.IntBuffer);