Home
last modified time | relevance | path

Searched refs:glGetClipPlanefOES (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java985 public static native void glGetClipPlanefOES( in glGetClipPlanefOES() method in GLES11Ext
993 public static native void glGetClipPlanefOES( in glGetClipPlanefOES() method in GLES11Ext
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec57 glGetClipPlanefOES check eqn 4
H A DGLES11Ext.spec80 void glGetClipPlanefOES ( GLenum pname, GLfloat *eqn )
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanefOES);
417 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanefOES); in init_stub_library()
H A Dstubs_arm.cc137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanefOES);
417 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanefOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt120 glGetClipPlanefOES;
H A Dentries_gles1.in123 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation)
H A Dentries.in337 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation)
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in250 void API_ENTRY(glGetClipPlanefOES)(GLenum plane, GLfloat *equation) {
251 CALL_GL_API(glGetClipPlanefOES, plane, equation);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h421 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3382 glGetClipPlanefOES( in android_glGetClipPlanefOES__I_3FI()
3426 glGetClipPlanefOES( in android_glGetClipPlanefOES__ILjava_nio_FloatBuffer_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.txt28548 method public static void glGetClipPlanefOES(int, float[], int);
28549 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19496 method public static void glGetClipPlanefOES(int, float[], int);
19497 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);