Home
last modified time | relevance | path

Searched defs:glClearDepthf (Results 1 – 8 of 8) 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.java466 public static native void glClearDepthf( in glClearDepthf() method in GLES20
DGLLogWrapper.java1255 public void glClearDepthf(float depth) { in glClearDepthf() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h91 #define glClearDepthf wrap_glClearDepthf macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java150 public native void glClearDepthf( in glClearDepthf() method in GLImpl