Searched refs:glGetClipPlanexOES (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec4 glGetClipPlanexOES check eqn 4
H A DGLES11Ext.spec23 void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java358 // C function void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn )
360 public static native void glGetClipPlanexOES( method in class:GLES11Ext
366 // C function void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn )
368 public static native void glGetClipPlanexOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto182 glGetClipPlanexOES = 156;
/frameworks/native/opengl/include/GLES/
H A Dglext.h627 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp693 const GLMessage_Function GLMessage::glGetClipPlanexOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1026 static const Function glGetClipPlanexOES = GLMessage_Function_glGetClipPlanexOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp15262 glmsg.set_function(GLMessage::glGetClipPlanexOES);
15279 glContext->hooks->gl.glGetClipPlanexOES(pname, eqn);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp796 /* void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn ) */
830 glGetClipPlanexOES(
845 /* void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn ) */
868 glGetClipPlanexOES(
3283 {"glGetClipPlanexOES", "(I[II)V", (void *) android_glGetClipPlanexOES__I_3II },
3284 {"glGetClipPlanexOES", "(ILjava/nio/IntBuffer;)V", (void *) android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2 },

Completed in 575 milliseconds