Home
last modified time | relevance | path

Searched defs:glClearDepthf (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp589 void glClearDepthf(GLclampf depth) in glClearDepthf() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java303 void glClearDepthf( in glClearDepthf() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java333 public static native void glClearDepthf( in glClearDepthf() method in GLES10
DGLErrorWrapper.java118 public void glClearDepthf(float depth) { in glClearDepthf() method in GLErrorWrapper
DGLES20.java464 public static native void glClearDepthf( in glClearDepthf() method in GLES20
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h91 #define glClearDepthf wrap_glClearDepthf macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java147 public native void glClearDepthf( in glClearDepthf() method in GLImpl