Searched defs:glDepthRangex (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1100 void glDepthRangex(GLclampx zNear, GLclampx zFar) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java237 public void glDepthRangex(int near, int far) { method in class:GLErrorWrapper
239 mgl.glDepthRangex(near, far);
H A DGLES10.java507 // C function void glDepthRangex ( GLclampx zNear, GLclampx zFar )
509 public static native void glDepthRangex( method in class:GLES10
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/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/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

Completed in 159 milliseconds