/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/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_undefine.h | 329 #undef glGetClipPlanex
|
D | gles_redefine.h | 330 #define glGetClipPlanex wrap_glGetClipPlanex macro
|
/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/ ... |