Searched refs:glClearDepthfOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec81 void glClearDepthfOES ( GLclampf depth )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java998 // C function void glClearDepthfOES ( GLclampf depth )
1000 public static native void glClearDepthfOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h92 #define glClearDepthfOES wrap_glClearDepthfOES macro
H A Dgles_undefine.h92 #undef glClearDepthfOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h851 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3473 /* void glClearDepthfOES ( GLclampf depth ) */
3477 glClearDepthfOES(
4115 {"glClearDepthfOES", "(F)V", (void *) android_glClearDepthfOES__F },

Completed in 697 milliseconds