/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 58 glDepthRangex;
|
D | entries_gles1.in | 58 GL_ENTRY(void, glDepthRangex, GLfixed n, GLfixed f)
|
D | entries.in | 177 GL_ENTRY(void, glDepthRangex, GLfixed n, GLfixed f)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 420 void glDepthRangex( in glDepthRangex() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 193 void API_ENTRY(glDepthRangex)(GLfixed n, GLfixed f) { 194 CALL_GL_API(glDepthRangex, n, f);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 509 public static native void glDepthRangex( in glDepthRangex() method in GLES10
|
D | GLErrorWrapper.java | 237 public void glDepthRangex(int near, int far) { in glDepthRangex() method in GLErrorWrapper 239 mgl.glDepthRangex(near, far); in glDepthRangex()
|
D | GLLogWrapper.java | 1471 public void glDepthRangex(int near, int far) { in glDepthRangex() method in GLLogWrapper 1477 mgl.glDepthRangex(near, far); in glDepthRangex()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 498 GLAPI void APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 323 public native void glDepthRangex( in glDepthRangex() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 469 GL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 181 #define glDepthRangex wrap_glDepthRangex macro
|
D | gles_undefine.h | 181 #undef glDepthRangex
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1089 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 859 glDepthRangex( in android_glDepthRangex__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 643 glDepthRangex( in android_glDepthRangex__II()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18909 method public static void glDepthRangex(int, int); 51831 method public abstract void glDepthRangex(int, int);
|
/frameworks/base/api/ |
D | current.txt | 31292 method public static void glDepthRangex(int, int); 74663 method public void glDepthRangex(int, int);
|