Searched refs:glClearDepthf (Results 1 - 21 of 21) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec9 void glClearDepthf ( GLclampf depth )
H A DGLES20.spec18 void glClearDepthf ( GLclampf depth )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java331 // C function void glClearDepthf ( GLclampf depth )
333 public static native void glClearDepthf( method in class:GLES10
H A DGLErrorWrapper.java118 public void glClearDepthf(float depth) { method in class:GLErrorWrapper
120 mgl.glClearDepthf(depth);
H A DGLES20.java462 // C function void glClearDepthf ( GLclampf depth )
464 public static native void glClearDepthf( method in class:GLES20
H A DGLLogWrapper.java1255 public void glClearDepthf(float depth) { method in class:GLLogWrapper
1256 begin("glClearDepthf");
1260 mgl.glClearDepthf(depth);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java303 void glClearDepthf( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp589 void glClearDepthf(GLclampf depth) function
/frameworks/rs/driver/
H A DrsdGL.cpp532 RSD_CALL_GL(glClearDepthf, v);
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h91 #define glClearDepthf wrap_glClearDepthf macro
H A Dgles_undefine.h91 #undef glClearDepthf macro
/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/native/opengl/include/GLES/
H A Dgl.h595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp540 /* void glClearDepthf ( GLclampf depth ) */
544 glClearDepthf(
3422 {"glClearDepthf", "(F)V", (void *) android_glClearDepthf__F },
H A Dandroid_opengl_GLES20.cpp721 /* void glClearDepthf ( GLclampf depth ) */
725 glClearDepthf(
6502 {"glClearDepthf", "(F)V", (void *) android_glClearDepthf__F },
H A Dcom_google_android_gles_jni_GLImpl.cpp349 /* void glClearDepthf ( GLclampf depth ) */
353 glClearDepthf(
9103 {"glClearDepthf", "(F)V", (void *) android_glClearDepthf__F },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
H A Dgl31.h545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
H A Dgl32.h545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);

Completed in 655 milliseconds