Searched defs:glClearDepthx (Results 1 - 8 of 8) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Dstate.cpp584 void glClearDepthx(GLclampx depth) { function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp568 const GLMessage_Function GLMessage::glClearDepthx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h901 static const Function glClearDepthx = GLMessage_Function_glClearDepthx; member in class:android::gltrace::GLMessage
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java337 // C function void glClearDepthx ( GLclampx depth )
339 public static native void glClearDepthx( method in class:GLES10
H A DGLErrorWrapper.java124 public void glClearDepthx(int depth) { method in class:GLErrorWrapper
126 mgl.glClearDepthx(depth);
H A DGLLogWrapper.java1264 public void glClearDepthx(int depth) { method in class:GLLogWrapper
1265 begin("glClearDepthx");
1269 mgl.glClearDepthx(depth);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java151 // C function void glClearDepthx ( GLclampx depth )
153 public native void glClearDepthx( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java307 void glClearDepthx( method in interface:GL10

Completed in 174 milliseconds