Searched refs:glGetClipPlanex (Results 1 - 12 of 12) 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.spec56 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/base/libs/hwui/debug/
H A Dunwrap_gles.h332 #undef glGetClipPlanex macro
H A Dwrap_gles.h332 #define glGetClipPlanex wrap_glGetClipPlanex macro
/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.cpp1082 /* void glGetClipPlanex ( GLenum pname, GLfixed *eqn ) */
1116 glGetClipPlanex(
1131 /* void glGetClipPlanex ( GLenum pname, GLfixed *eqn ) */
1154 glGetClipPlanex(
3090 {"glGetClipPlanex", "(I[II)V", (void *) android_glGetClipPlanex__I_3II },
3091 {"glGetClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glGetClipPlanex__ILjava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp4708 /* void glGetClipPlanex ( GLenum pname, GLfixed *eqn ) */
4736 glGetClipPlanex(
4751 /* void glGetClipPlanex ( GLenum pname, GLfixed *eqn ) */
4765 glGetClipPlanex(
8640 {"glGetClipPlanex", "(I[II)V", (void *) android_glGetClipPlanex__I_3II },
8641 {"glGetClipPlanex", "(ILjava/nio/IntBuffer;)V", (void *) android_glGetClipPlanex__ILjava_nio_IntBuffer_2 },

Completed in 87 milliseconds