Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java985 public static native void glGetClipPlanefOES( in glGetClipPlanefOES() method in GLES11Ext
993 public static native void glGetClipPlanefOES( in glGetClipPlanefOES() method in GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec57 glGetClipPlanefOES check eqn 4
DGLES11Ext.spec80 void glGetClipPlanefOES ( GLenum pname, GLfloat *eqn )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt120 glGetClipPlanefOES;
Dentries_gles1.in123 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation)
Dentries.in337 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanefOES);
417 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanefOES); in init_stub_library()
Dstubs_arm64.cc137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanefOES);
417 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanefOES); in init_stub_library()
Dstubs_arm.cc137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanefOES);
417 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanefOES); in init_stub_library()
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in250 void API_ENTRY(glGetClipPlanefOES)(GLenum plane, GLfloat *equation) {
251 CALL_GL_API(glGetClipPlanefOES, plane, equation);
/frameworks/native/opengl/include/GLES/
Dglext.h421 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3383 glGetClipPlanefOES( in android_glGetClipPlanefOES__I_3FI()
3427 glGetClipPlanefOES( in android_glGetClipPlanefOES__ILjava_nio_FloatBuffer_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19496 method public static void glGetClipPlanefOES(int, float[], int);
19497 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);
/frameworks/base/core/api/
Dcurrent.txt30427 method public static void glGetClipPlanefOES(int, float[], int);
30428 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);