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

/frameworks/native/opengl/libagl/
H A Dstate.cpp589 void glClearDepthf(GLclampf depth) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java118 public void glClearDepthf(float depth) { method in class:GLErrorWrapper
120 mgl.glClearDepthf(depth);
H A DGLES10.java331 // C function void glClearDepthf ( GLclampf depth )
333 public static native void glClearDepthf( method in class:GLES10
H A DGLLogWrapper.java1255 public void glClearDepthf(float depth) { method in class:GLLogWrapper
1256 begin("glClearDepthf");
1260 mgl.glClearDepthf(depth);
H A DGLES20.java462 // C function void glClearDepthf ( GLclampf depth )
464 public static native void glClearDepthf( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java145 // C function void glClearDepthf ( GLclampf depth )
147 public native void glClearDepthf( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java303 void glClearDepthf( method in interface:GL10
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp861 const GLMessage_Function GLMessage::glClearDepthf; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1209 static const Function glClearDepthf = GLMessage_Function_glClearDepthf; member in class:android::gltrace::GLMessage

Completed in 1503 milliseconds