Searched refs:glClearDepthx (Results 1 - 14 of 14) 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.h452 GL_API void GL_APIENTRY glClearDepthx (GLfixed 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.cpp548 /* void glClearDepthx ( GLclampx depth ) */
552 glClearDepthx(
3422 {"glClearDepthx", "(I)V", (void *) android_glClearDepthx__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp357 /* void glClearDepthx ( GLclampx depth ) */
361 glClearDepthx(
9103 {"glClearDepthx", "(I)V", (void *) android_glClearDepthx__I },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 1142 milliseconds