Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dmatrix.cpp1094 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() function
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp198 void glDepthRangef(GLfloat n, GLfloat f) {} in glDepthRangef() function
Dwrap_gles.h182 #define glDepthRangef wrap_glDepthRangef macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java415 void glDepthRangef( in glDepthRangef() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java502 public static native void glDepthRangef( in glDepthRangef() method in GLES10
DGLErrorWrapper.java231 public void glDepthRangef(float near, float far) { in glDepthRangef() method in GLErrorWrapper
DGLES20.java645 public static native void glDepthRangef( in glDepthRangef() method in GLES20
DGLLogWrapper.java1461 public void glDepthRangef(float near, float far) { in glDepthRangef() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java316 public native void glDepthRangef( in glDepthRangef() method in GLImpl