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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec54 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/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1001 /* void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn ) */
1035 glGetClipPlanexOES(
1050 /* void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn ) */
1073 glGetClipPlanexOES(
3488 {"glGetClipPlanexOES", "(I[II)V", (void *) android_glGetClipPlanexOES__I_3II },
3489 {"glGetClipPlanexOES", "(ILjava/nio/IntBuffer;)V", (void *) android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp797 const GLMessage_Function GLMessage::glGetClipPlanexOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1145 static const Function glGetClipPlanexOES = GLMessage_Function_glGetClipPlanexOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp19882 glmsg.set_function(GLMessage::glGetClipPlanexOES);
19899 glContext->hooks->gl.glGetClipPlanexOES(pname, eqn);

Completed in 305 milliseconds