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

/frameworks/base/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/base/opengl/libagl/
H A Dstate.cpp583 void glClearDepthx(GLclampx depth) { function
/frameworks/base/opengl/include/GLES/
H A Dgl.h642 GL_API void GL_APIENTRY glClearDepthx (GLclampx 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/tests/angeles/include/GLES/
H A Dgl.h482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h35 GL_ENTRY(void, glClearDepthx, GLclampx depth)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp227 /* void glClearDepthx ( GLclampx depth ) */
231 glClearDepthx(
3416 {"glClearDepthx", "(I)V", (void *) android_glClearDepthx__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp353 /* void glClearDepthx ( GLclampx depth ) */
357 glClearDepthx(
7290 {"glClearDepthx", "(I)V", (void *) android_glClearDepthx__I },

Completed in 2088 milliseconds