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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto55 glClearDepthf = 29;
/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.cpp526 RSD_CALL_GL(glClearDepthf, v);
/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/include/GLES2/
H A Dgl2.h394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
H A Dgl31.h394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp409 /* void glClearDepthf ( GLclampf depth ) */
413 glClearDepthf(
3078 {"glClearDepthf", "(F)V", (void *) android_glClearDepthf__F },
H A Dandroid_opengl_GLES20.cpp584 /* void glClearDepthf ( GLclampf depth ) */
588 glClearDepthf(
6051 {"glClearDepthf", "(F)V", (void *) android_glClearDepthf__F },
H A Dcom_google_android_gles_jni_GLImpl.cpp343 /* void glClearDepthf ( GLclampf depth ) */
347 glClearDepthf(
8499 {"glClearDepthf", "(F)V", (void *) android_glClearDepthf__F },
/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
H A Dgltrace_api.cpp667 glmsg.set_function(GLMessage::glClearDepthf);
678 glContext->hooks->gl.glClearDepthf(d);
[all...]

Completed in 928 milliseconds