Home
last modified time | relevance | path

Searched refs:glClipPlanef (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java166 void glClipPlanef( in glClipPlanef() method
172 void glClipPlanef( in glClipPlanef() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java181 public static native void glClipPlanef( in glClipPlanef() method in GLES11
189 public static native void glClipPlanef( in glClipPlanef() method in GLES11
DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in GLErrorWrapper
848 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in GLErrorWrapper
854 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in GLLogWrapper
2592 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in GLLogWrapper
2601 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11.spec4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
Dchecks.spec26 glClipPlanef check eqn 4
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.14 void glClipPlanef ( GLenum plane, const GLfloat *equation )
Dglspec-checks1 glClipPlanef check equation 4
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt29 glClipPlanef;
Dentries_gles1.in28 GL_ENTRY(void, glClipPlanef, GLenum p, const GLfloat *eqn)
Dentries.in89 GL_ENTRY(void, glClipPlanef, GLenum p, const GLfloat *eqn)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanef);
326 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanef); in init_stub_library()
Dstubs_arm.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanef);
326 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanef); in init_stub_library()
/frameworks/native/opengl/libagl/
Dvertex.cpp231 void glClipPlanef(GLenum plane, const GLfloat* equ) in glClipPlanef() function
Degl.cpp886 (__eglMustCastToProperFunctionPointerType)&glClipPlanef },
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1196 public native void glClipPlanef( in glClipPlanef() method in GLImpl
1204 public native void glClipPlanef( in glClipPlanef() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in10 void API_ENTRY(glClipPlanef)(GLenum p, const GLfloat *eqn) {
11 CALL_GL_API(glClipPlanef, p, eqn);
/frameworks/native/opengl/include/GLES/
Dgl.h408 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h99 #define glClipPlanef wrap_glClipPlanef macro
Dgles_undefine.h99 #undef glClipPlanef
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp547 glClipPlanef( in android_glClipPlanef__I_3FI()
585 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp4388 glClipPlanef( in android_glClipPlanef__I_3FI()
4432 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19256 method public static void glClipPlanef(int, float[], int);
19257 method public static void glClipPlanef(int, java.nio.FloatBuffer);
52176 method public abstract void glClipPlanef(int, float[], int);
52177 method public abstract void glClipPlanef(int, java.nio.FloatBuffer);
/frameworks/base/non-updatable-api/
Dcurrent.txt31933 method public static void glClipPlanef(int, float[], int);
31934 method public static void glClipPlanef(int, java.nio.FloatBuffer);
76438 method public void glClipPlanef(int, float[], int);
76439 method public void glClipPlanef(int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt32077 method public static void glClipPlanef(int, float[], int);
32078 method public static void glClipPlanef(int, java.nio.FloatBuffer);
76582 method public void glClipPlanef(int, float[], int);
76583 method public void glClipPlanef(int, java.nio.FloatBuffer);