Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dstate.cpp589 void glClearDepthf(GLclampf depth) in glClearDepthf() function
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp181 void glClearDepthf(GLfloat d) {} in glClearDepthf() function
Dwrap_gles.h94 #define glClearDepthf wrap_glClearDepthf macro
/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
DGLLogWrapper.java1255 public void glClearDepthf(float depth) { in glClearDepthf() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java147 public native void glClearDepthf( in glClearDepthf() method in GLImpl