Home
last modified time | relevance | path

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

12

/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.spec1 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/libagl/
Dvertex.cpp231 void glClipPlanef(GLenum plane, const GLfloat* equ) in glClipPlanef() function
Degl.cpp837 (__eglMustCastToProperFunctionPointerType)&glClipPlanef },
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1193 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/
Dgltrace.proto62 glClipPlanef = 36; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in10 void API_ENTRY(glClipPlanef)(GLenum plane, const GLfloat *equation) {
11 CALL_GL_API(glClipPlanef, plane, equation);
/frameworks/native/opengl/include/GLES/
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp210 glClipPlanef( in android_glClipPlanef__I_3FI()
231 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp3728 glClipPlanef( in android_glClipPlanef__I_3FI()
3753 glClipPlanef( in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp573 const GLMessage_Function GLMessage::glClipPlanef; member in android::gltrace::GLMessage
Dgltrace.pb.h906 static const Function glClipPlanef = GLMessage_Function_glClipPlanef; variable
Dgltrace_api.cpp11204 glmsg.set_function(GLMessage::glClipPlanef); in GLTrace_glClipPlanef()
11221 glContext->hooks->gl.glClipPlanef(plane, equation); in GLTrace_glClipPlanef()
/frameworks/native/opengl/libs/
Ddebug.in19 TRACE_GL_VOID(glClipPlanef, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum"…
Dentries.in42 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
Dtrace.in42 TRACE_GL_VOID(glClipPlanef, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum"…
/frameworks/base/api/
D14.txt13227 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);
D15.txt13266 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);
Dcurrent.txt14169 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);

12