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/base/libs/hwui/debug/
H A Dgles_redefine.h91 #define glClearDepthf wrap_glClearDepthf macro
H A Dgles_undefine.h91 #undef glClearDepthf macro

Completed in 123 milliseconds