Searched defs:glClearDepthx (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dstate.cpp583 void glClearDepthx(GLclampx depth) { function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java124 public void glClearDepthx(int depth) { method in class:GLErrorWrapper
126 mgl.glClearDepthx(depth);
H A DGLES10.java337 // C function void glClearDepthx ( GLclampx depth )
339 public static native void glClearDepthx( method in class:GLES10
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.java150 // C function void glClearDepthx ( GLclampx depth )
152 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 45 milliseconds