Searched refs:glGetClipPlanex (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java313 // C function void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
315 public static native void glGetClipPlanex( method in class:GLES11
321 // C function void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
323 public static native void glGetClipPlanex( method in class:GLES11
H A DGLErrorWrapper.java1058 public void glGetClipPlanex(int pname, int[] eqn, int offset) { method in class:GLErrorWrapper
1060 mgl11.glGetClipPlanex(pname, eqn, offset);
1064 public void glGetClipPlanex(int pname, IntBuffer eqn) { method in class:GLErrorWrapper
1066 mgl11.glGetClipPlanex(pname, eqn);
H A DGLLogWrapper.java2910 public void glGetClipPlanex(int pname, int[] eqn, int offset) { method in class:GLLogWrapper
2911 begin("glGetClipPlanex");
2916 mgl11.glGetClipPlanex(pname, eqn, offset);
2919 public void glGetClipPlanex(int pname, IntBuffer eqn) { method in class:GLLogWrapper
2920 begin("glGetClipPlanex");
2924 mgl11.glGetClipPlanex(pname, eqn);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java266 void glGetClipPlanex( method in interface:GL11
272 void glGetClipPlanex( method in interface:GL11
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec14 void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
H A Dchecks.spec52 glGetClipPlanex check eqn 4
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1325 // C function void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
1327 public native void glGetClipPlanex( method in class:GLImpl
1333 // C function void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
1335 public native void glGetClipPlanex( method in class:GLImpl
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto181 glGetClipPlanex = 155;
/frameworks/native/opengl/include/GLES/
H A Dgl.h674 GL_API void GL_APIENTRY glGetClipPlanex (GLenum pname, GLfixed eqn[4]);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp962 /* void glGetClipPlanex ( GLenum pname, GLfixed *eqn ) */
996 glGetClipPlanex(
1011 /* void glGetClipPlanex ( GLenum pname, GLfixed *eqn ) */
1034 glGetClipPlanex(
2968 {"glGetClipPlanex", "(I[II)V", (void *) android_glGetClipPlanex__I_3II },
2969 {"glGetClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glGetClipPlanex__ILjava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp4704 /* void glGetClipPlanex ( GLenum pname, GLfixed *eqn ) */
4732 glGetClipPlanex(
4747 /* void glGetClipPlanex ( GLenum pname, GLfixed *eqn ) */
4761 glGetClipPlanex(
8636 {"glGetClipPlanex", "(I[II)V", (void *) android_glGetClipPlanex__I_3II },
8637 {"glGetClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glGetClipPlanex__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp987 const GLMessage_Function GLMessage::glGetClipPlanex; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1335 static const Function glGetClipPlanex = GLMessage_Function_glGetClipPlanex; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp25142 glmsg.set_function(GLMessage::glGetClipPlanex);
25159 glContext->hooks->gl.glGetClipPlanex(plane, equation);
[all...]

Completed in 960 milliseconds