Searched refs:glClearDepthx (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec10 void glClearDepthx ( GLclampx depth )
/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/javax/microedition/khronos/opengles/
H A DGL10.java307 void glClearDepthx( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp584 void glClearDepthx(GLclampx depth) { function
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h93 #define glClearDepthx wrap_glClearDepthx macro
H A Dgles_undefine.h93 #undef glClearDepthx macro
/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/native/opengl/include/GLES/
H A Dgl.h642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp549 /* void glClearDepthx ( GLclampx depth ) */
553 glClearDepthx(
3423 {"glClearDepthx", "(I)V", (void *) android_glClearDepthx__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp358 /* void glClearDepthx ( GLclampx depth ) */
362 glClearDepthx(
9104 {"glClearDepthx", "(I)V", (void *) android_glClearDepthx__I },

Completed in 1297 milliseconds