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

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
296 public static native void glClipPlanexOES( method in class:GLES11Ext
302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
304 public static native void glClipPlanexOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto67 glClipPlanexOES = 41;
/frameworks/native/opengl/include/GLES/
H A Dglext.h670 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp823 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
851 glClipPlanexOES(
866 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
880 glClipPlanexOES(
3480 {"glClipPlanexOES", "(I[II)V", (void *) android_glClipPlanexOES__I_3II },
3481 {"glClipPlanexOES", "(ILjava/nio/IntBuffer;)V", (void *) android_glClipPlanexOES__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp873 const GLMessage_Function GLMessage::glClipPlanexOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1221 static const Function glClipPlanexOES = GLMessage_Function_glClipPlanexOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp28046 glmsg.set_function(GLMessage::glClipPlanexOES);
28063 glContext->hooks->gl.glClipPlanexOES(plane, equation);
[all...]

Completed in 240 milliseconds