Searched refs:glDepthRangex (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java507 // C function void glDepthRangex ( GLclampx zNear, GLclampx zFar )
509 public static native void glDepthRangex( method in class:GLES10
H A DGLErrorWrapper.java237 public void glDepthRangex(int near, int far) { method in class:GLErrorWrapper
239 mgl.glDepthRangex(near, far);
H A DGLLogWrapper.java1471 public void glDepthRangex(int near, int far) { method in class:GLLogWrapper
1472 begin("glDepthRangex");
1477 mgl.glDepthRangex(near, far);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java420 void glDepthRangex( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h181 #define glDepthRangex wrap_glDepthRangex macro
H A Dgles_undefine.h181 #undef glDepthRangex macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java321 // C function void glDepthRangex ( GLclampx zNear, GLclampx zFar )
323 public native void glDepthRangex( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h498 GLAPI void APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1100 void glDepthRangex(GLclampx zNear, GLclampx zFar) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp890 /* void glDepthRangex ( GLclampx zNear, GLclampx zFar ) */
894 glDepthRangex(
3440 {"glDepthRangex", "(II)V", (void *) android_glDepthRangex__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp699 /* void glDepthRangex ( GLclampx zNear, GLclampx zFar ) */
703 glDepthRangex(
9121 {"glDepthRangex", "(II)V", (void *) android_glDepthRangex__II },

Completed in 148 milliseconds