Home
last modified time | relevance | path

Searched refs:glGetClipPlanex (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java266 void glGetClipPlanex( in glGetClipPlanex() method
272 void glGetClipPlanex( in glGetClipPlanex() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java315 public static native void glGetClipPlanex( in glGetClipPlanex() method in GLES11
323 public static native void glGetClipPlanex( in glGetClipPlanex() method in GLES11
DGLErrorWrapper.java1058 public void glGetClipPlanex(int pname, int[] eqn, int offset) { in glGetClipPlanex() method in GLErrorWrapper
1060 mgl11.glGetClipPlanex(pname, eqn, offset); in glGetClipPlanex()
1064 public void glGetClipPlanex(int pname, IntBuffer eqn) { in glGetClipPlanex() method in GLErrorWrapper
1066 mgl11.glGetClipPlanex(pname, eqn); in glGetClipPlanex()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11.spec14 void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
Dchecks.spec56 glGetClipPlanex check eqn 4
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.114 void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt121 glGetClipPlanex;
Dentries.in338 GL_ENTRY(void, glGetClipPlanex, GLenum plane, GLfixed *equation)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1327 public native void glGetClipPlanex( in glGetClipPlanex() method in GLImpl
1335 public native void glGetClipPlanex( in glGetClipPlanex() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in238 void API_ENTRY(glGetClipPlanex)(GLenum plane, GLfixed *equation) {
239 CALL_GL_API(glGetClipPlanex, plane, equation);
/frameworks/native/opengl/include/GLES/
Dgl.h484 GL_API void GL_APIENTRY glGetClipPlanex (GLenum plane, GLfixed *equation);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h330 #define glGetClipPlanex wrap_glGetClipPlanex macro
Dgles_undefine.h329 #undef glGetClipPlanex
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp1174 glGetClipPlanex( in android_glGetClipPlanex__I_3II()
1218 glGetClipPlanex( in android_glGetClipPlanex__ILjava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp5025 glGetClipPlanex( in android_glGetClipPlanex__I_3II()
5063 glGetClipPlanex( in android_glGetClipPlanex__ILjava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19273 method public static void glGetClipPlanex(int, int[], int);
19274 method public static void glGetClipPlanex(int, java.nio.IntBuffer);
52193 method public abstract void glGetClipPlanex(int, int[], int);
52194 method public abstract void glGetClipPlanex(int, java.nio.IntBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28162 Landroid/opengl/GLES11;->glGetClipPlanex(ILjava/nio/IntBuffer;)V
28163 Landroid/opengl/GLES11;->glGetClipPlanex(I[II)V
72217 Ljavax/microedition/khronos/opengles/GL11;->glGetClipPlanex(ILjava/nio/IntBuffer;)V
72218 Ljavax/microedition/khronos/opengles/GL11;->glGetClipPlanex(I[II)V
Dboot-image-profile.txt51141 HSPLjavax/microedition/khronos/opengles/GL11;->glGetClipPlanex(ILjava/nio/IntBuffer;)V
51142 HSPLjavax/microedition/khronos/opengles/GL11;->glGetClipPlanex(I[II)V
/frameworks/base/api/
Dcurrent.txt29700 method public static void glGetClipPlanex(int, int[], int);
29701 method public static void glGetClipPlanex(int, java.nio.IntBuffer);
71792 method public abstract void glGetClipPlanex(int, int[], int);
71793 method public abstract void glGetClipPlanex(int, java.nio.IntBuffer);