Home
last modified time | relevance | path

Searched refs:glDepthRangex (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt58 glDepthRangex;
Dentries_gles1.in58 GL_ENTRY(void, glDepthRangex, GLfixed n, GLfixed f)
Dentries.in177 GL_ENTRY(void, glDepthRangex, GLfixed n, GLfixed f)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java420 void glDepthRangex( in glDepthRangex() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.026 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in193 void API_ENTRY(glDepthRangex)(GLfixed n, GLfixed f) {
194 CALL_GL_API(glDepthRangex, n, f);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java509 public static native void glDepthRangex( in glDepthRangex() method in GLES10
DGLErrorWrapper.java237 public void glDepthRangex(int near, int far) { in glDepthRangex() method in GLErrorWrapper
239 mgl.glDepthRangex(near, far); in glDepthRangex()
DGLLogWrapper.java1471 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/
Dgl.h498 GLAPI void APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java323 public native void glDepthRangex( in glDepthRangex() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h469 GL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h181 #define glDepthRangex wrap_glDepthRangex macro
Dgles_undefine.h181 #undef glDepthRangex
/frameworks/native/opengl/libagl/
Dmatrix.cpp1089 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex() function
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp859 glDepthRangex( in android_glDepthRangex__II()
Dcom_google_android_gles_jni_GLImpl.cpp643 glDepthRangex( in android_glDepthRangex__II()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18909 method public static void glDepthRangex(int, int);
51831 method public abstract void glDepthRangex(int, int);
/frameworks/base/api/
Dcurrent.txt31292 method public static void glDepthRangex(int, int);
74663 method public void glDepthRangex(int, int);