Home
last modified time | relevance | path

Searched refs:glClipPlanefOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java970 public static native void glClipPlanefOES( in glClipPlanefOES() method in GLES11Ext
978 public static native void glClipPlanefOES( in glClipPlanefOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt31 glClipPlanefOES;
Dentries_gles1.in30 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
Dentries.in91 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanefOES);
328 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanefOES); in init_stub_library()
Dstubs_arm.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanefOES);
328 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanefOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in241 void API_ENTRY(glClipPlanefOES)(GLenum plane, const GLfloat *equation) {
242 CALL_GL_API(glClipPlanefOES, plane, equation);
/frameworks/native/opengl/include/GLES/
Dglext.h418 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3296 glClipPlanefOES( in android_glClipPlanefOES__I_3FI()
3334 glClipPlanefOES( in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2()
/frameworks/base/core/api/
Dcurrent.txt28450 method public static void glClipPlanefOES(int, float[], int);
28451 method public static void glClipPlanefOES(int, java.nio.FloatBuffer);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19458 method public static void glClipPlanefOES(int, float[], int);
19459 method public static void glClipPlanefOES(int, java.nio.FloatBuffer);