Searched refs:glClipPlanefOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
970 public static native void glClipPlanefOES( method in class:GLES11Ext
976 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
978 public static native void glClipPlanefOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto64 glClipPlanefOES = 38;
/frameworks/native/opengl/include/GLES/
H A Dglext.h849 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2854 /* void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) */
2882 glClipPlanefOES(
2897 /* void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) */
2911 glClipPlanefOES(
3560 {"glClipPlanefOES", "(I[FI)V", (void *) android_glClipPlanefOES__I_3FI },
3561 {"glClipPlanefOES", "(ILjava/nio/FloatBuffer;)V", (void *) android_glClipPlanefOES__ILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp870 const GLMessage_Function GLMessage::glClipPlanefOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1218 static const Function glClipPlanefOES = GLMessage_Function_glClipPlanefOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp[all...]

Completed in 160 milliseconds