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

/frameworks/base/libs/rs/
H A DrsScriptC_LibGL.cpp264 RSD_CALL_GL(glClearDepthf, v);
/frameworks/base/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.java458 // C function void glClearDepthf ( GLclampf depth )
460 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/base/opengl/libagl/
H A Dstate.cpp588 void glClearDepthf(GLclampf depth) function
/frameworks/base/opengl/include/GLES/
H A Dgl.h595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java144 // C function void glClearDepthf ( GLclampf depth )
146 public native void glClearDepthf( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h330 static const Function glClearDepthf = Message_Function_glClearDepthf; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp199 dbg->hooks->gl.glClearDepthf(
H A Ddebugger_message.pb.cpp256 const Message_Function Message::glClearDepthf; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp426 _c->glClearDepthf(depth);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h33 GL_ENTRY(void, glClearDepthf, GLclampf depth)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp218 /* void glClearDepthf ( GLclampf depth ) */
222 glClearDepthf(
3415 {"glClearDepthf", "(F)V", (void *) android_glClearDepthf__F },
H A Dandroid_opengl_GLES20.cpp353 /* void glClearDepthf ( GLclampf depth ) */
357 glClearDepthf(
4889 {"glClearDepthf", "(F)V", (void *) android_glClearDepthf__F },
H A Dcom_google_android_gles_jni_GLImpl.cpp344 /* void glClearDepthf ( GLclampf depth ) */
348 glClearDepthf(
7289 {"glClearDepthf", "(F)V", (void *) android_glClearDepthf__F },

Completed in 261 milliseconds