/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()
|
D | GLLogWrapper.java | 2910 public void glGetClipPlanex(int pname, int[] eqn, int offset) { in glGetClipPlanex() method in GLLogWrapper 2916 mgl11.glGetClipPlanex(pname, eqn, offset); in glGetClipPlanex() 2919 public void glGetClipPlanex(int pname, IntBuffer eqn) { in glGetClipPlanex() method in GLLogWrapper 2924 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_gles1.in | 124 GL_ENTRY(void, glGetClipPlanex, GLenum plane, GLfixed *equation)
|
D | entries.in | 338 GL_ENTRY(void, glGetClipPlanex, GLenum plane, GLfixed *equation)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 138 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanex); 418 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanex); in init_stub_library()
|
D | stubs_arm.cc | 138 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanex); 418 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanex); in init_stub_library()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1330 public native void glGetClipPlanex( in glGetClipPlanex() method in GLImpl 1338 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/core/jni/ |
D | android_opengl_GLES11.cpp | 1140 glGetClipPlanex( in android_glGetClipPlanex__I_3II() 1184 glGetClipPlanex( in android_glGetClipPlanex__ILjava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4970 glGetClipPlanex( in android_glGetClipPlanex__I_3II() 5008 glGetClipPlanex( in android_glGetClipPlanex__ILjava_nio_IntBuffer_2()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/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/api/ |
D | current.txt | 33364 method public static void glGetClipPlanex(int, int[], int); 33365 method public static void glGetClipPlanex(int, java.nio.IntBuffer); 79068 method public void glGetClipPlanex(int, int[], int); 79069 method public void glGetClipPlanex(int, java.nio.IntBuffer);
|