/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 266 void glGetClipPlanex( in glGetClipPlanex() method 272 void glGetClipPlanex( in glGetClipPlanex() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 315 public static native void glGetClipPlanex( in glGetClipPlanex() method in GLES11 323 public static native void glGetClipPlanex( in glGetClipPlanex() method in GLES11
|
D | GLErrorWrapper.java | 1058 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/ |
D | GLES11.spec | 14 void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
|
D | checks.spec | 56 glGetClipPlanex check eqn 4
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 14 void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 121 glGetClipPlanex;
|
D | entries.in | 338 GL_ENTRY(void, glGetClipPlanex, GLenum plane, GLfixed *equation)
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1327 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/ |
D | gl_api.in | 238 void API_ENTRY(glGetClipPlanex)(GLenum plane, GLfixed *equation) { 239 CALL_GL_API(glGetClipPlanex, plane, equation);
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 484 GL_API void GL_APIENTRY glGetClipPlanex (GLenum plane, GLfixed *equation);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 330 #define glGetClipPlanex wrap_glGetClipPlanex macro
|
D | gles_undefine.h | 329 #undef glGetClipPlanex
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 1174 glGetClipPlanex( in android_glGetClipPlanex__I_3II() 1218 glGetClipPlanex( in android_glGetClipPlanex__ILjava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 5025 glGetClipPlanex( in android_glGetClipPlanex__I_3II() 5063 glGetClipPlanex( in android_glGetClipPlanex__ILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19273 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/ |
D | hiddenapi-public-dex.txt | 28162 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
|
D | boot-image-profile.txt | 51141 HSPLjavax/microedition/khronos/opengles/GL11;->glGetClipPlanex(ILjava/nio/IntBuffer;)V 51142 HSPLjavax/microedition/khronos/opengles/GL11;->glGetClipPlanex(I[II)V
|
/frameworks/base/api/ |
D | current.txt | 29700 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);
|