/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 177 void glClipPlanex( in glClipPlanex() method 183 void glClipPlanex( in glClipPlanex() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 196 public static native void glClipPlanex( in glClipPlanex() method in GLES11 204 public static native void glClipPlanex( in glClipPlanex() method in GLES11
|
D | GLErrorWrapper.java | 858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in GLErrorWrapper 860 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex() 864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in GLErrorWrapper 866 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
|
D | GLLogWrapper.java | 2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in GLLogWrapper 2611 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex() 2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in GLLogWrapper 2620 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11.spec | 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
D | checks.spec | 27 glClipPlanex check eqn 4
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
D | glspec-checks | 2 glClipPlanex check equation 4
|
/frameworks/native/opengl/libagl/ |
D | vertex.cpp | 243 void glClipPlanex(GLenum plane, const GLfixed* equ) in glClipPlanex() function
|
D | egl.cpp | 876 (__eglMustCastToProperFunctionPointerType)&glClipPlanex },
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1208 public native void glClipPlanex( in glClipPlanex() method in GLImpl 1216 public native void glClipPlanex( in glClipPlanex() method in GLImpl
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 151 void API_ENTRY(glClipPlanex)(GLenum plane, const GLfixed *equation) { 152 CALL_GL_API(glClipPlanex, plane, equation);
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 105 #define glClipPlanex wrap_glClipPlanex macro
|
D | unwrap_gles.h | 105 #undef glClipPlanex
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 635 glClipPlanex( in android_glClipPlanex__I_3II() 667 glClipPlanex( in android_glClipPlanex__ILjava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4294 glClipPlanex( in android_glClipPlanex__I_3II() 4332 glClipPlanex( in android_glClipPlanex__ILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 86 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19258 method public static void glClipPlanex(int, int[], int); 19259 method public static void glClipPlanex(int, java.nio.IntBuffer); 52178 method public abstract void glClipPlanex(int, int[], int); 52179 method public abstract void glClipPlanex(int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 25768 method public static void glClipPlanex(int, int[], int); 25769 method public static void glClipPlanex(int, java.nio.IntBuffer); 63050 method public abstract void glClipPlanex(int, int[], int); 63051 method public abstract void glClipPlanex(int, java.nio.IntBuffer);
|
D | system-current.txt | 28208 method public static void glClipPlanex(int, int[], int); 28209 method public static void glClipPlanex(int, java.nio.IntBuffer); 66407 method public abstract void glClipPlanex(int, int[], int); 66408 method public abstract void glClipPlanex(int, java.nio.IntBuffer);
|
D | test-current.txt | 25837 method public static void glClipPlanex(int, int[], int); 25838 method public static void glClipPlanex(int, java.nio.IntBuffer); 63130 method public abstract void glClipPlanex(int, int[], int); 63131 method public abstract void glClipPlanex(int, java.nio.IntBuffer);
|