Searched defs:glDepthRangef (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dmatrix.cpp1094 void glDepthRangef(GLclampf zNear, GLclampf zFar) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java231 public void glDepthRangef(float near, float far) { method in class:GLErrorWrapper
233 mgl.glDepthRangef(near, far);
H A DGLES10.java500 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
502 public static native void glDepthRangef( method in class:GLES10
H A DGLLogWrapper.java1461 public void glDepthRangef(float near, float far) { method in class:GLLogWrapper
1462 begin("glDepthRangef");
1467 mgl.glDepthRangef(near, far);
H A DGLES20.java639 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
641 public static native void glDepthRangef( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java313 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
315 public native void glDepthRangef( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp275 const Message_Function Message::glDepthRangef; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h349 static const Function glDepthRangef = Message_Function_glDepthRangef; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java415 void glDepthRangef( method in interface:GL10

Completed in 85 milliseconds