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

/frameworks/native/opengl/libagl/
H A Dstate.cpp589 void glClearDepthf(GLclampf depth) function
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp181 void glClearDepthf(GLfloat d) {} function
H A Dunwrap_gles.h94 #undef glClearDepthf macro
H A Dwrap_gles.h94 #define glClearDepthf wrap_glClearDepthf macro
/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

Completed in 756 milliseconds