/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 166 void glClipPlanef( in glClipPlanef() method 172 void glClipPlanef( in glClipPlanef() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 181 public static native void glClipPlanef( in glClipPlanef() method in GLES11 189 public static native void glClipPlanef( in glClipPlanef() method in GLES11
|
D | GLErrorWrapper.java | 846 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()
|
D | GLLogWrapper.java | 2586 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/ |
D | GLES11.spec | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
|
D | checks.spec | 1 glClipPlanef check eqn 4
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
|
D | glspec-checks | 1 glClipPlanef check equation 4
|
/frameworks/native/opengl/libagl/ |
D | vertex.cpp | 231 void glClipPlanef(GLenum plane, const GLfloat* equ) in glClipPlanef() function
|
D | egl.cpp | 837 (__eglMustCastToProperFunctionPointerType)&glClipPlanef },
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1193 public native void glClipPlanef( in glClipPlanef() method in GLImpl 1201 public native void glClipPlanef( in glClipPlanef() method in GLImpl
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 62 glClipPlanef = 36; enumerator
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 10 void API_ENTRY(glClipPlanef)(GLenum plane, const GLfloat *equation) { 11 CALL_GL_API(glClipPlanef, plane, equation);
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 210 glClipPlanef( in android_glClipPlanef__I_3FI() 231 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3728 glClipPlanef( in android_glClipPlanef__I_3FI() 3753 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 573 const GLMessage_Function GLMessage::glClipPlanef; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 906 static const Function glClipPlanef = GLMessage_Function_glClipPlanef; variable
|
D | gltrace_api.cpp | 11204 glmsg.set_function(GLMessage::glClipPlanef); in GLTrace_glClipPlanef() 11221 glContext->hooks->gl.glClipPlanef(plane, equation); in GLTrace_glClipPlanef()
|
/frameworks/native/opengl/libs/ |
D | debug.in | 19 TRACE_GL_VOID(glClipPlanef, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum"…
|
D | entries.in | 42 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
|
D | trace.in | 42 TRACE_GL_VOID(glClipPlanef, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum"…
|
/frameworks/base/api/ |
D | 14.txt | 13227 method public static void glClipPlanef(int, float[], int); 13228 method public static void glClipPlanef(int, java.nio.FloatBuffer); 39975 method public abstract void glClipPlanef(int, float[], int); 39976 method public abstract void glClipPlanef(int, java.nio.FloatBuffer);
|
D | 15.txt | 13266 method public static void glClipPlanef(int, float[], int); 13267 method public static void glClipPlanef(int, java.nio.FloatBuffer); 40130 method public abstract void glClipPlanef(int, float[], int); 40131 method public abstract void glClipPlanef(int, java.nio.FloatBuffer);
|
D | current.txt | 14169 method public static void glClipPlanef(int, float[], int); 14170 method public static void glClipPlanef(int, java.nio.FloatBuffer); 41413 method public abstract void glClipPlanef(int, float[], int); 41414 method public abstract void glClipPlanef(int, java.nio.FloatBuffer);
|