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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java939 // C function void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
941 public static native void glDepthRangefOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h180 #define glDepthRangefOES wrap_glDepthRangefOES macro
H A Dgles_undefine.h180 #undef glDepthRangefOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h846 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3263 /* void glDepthRangefOES ( GLclampf zNear, GLclampf zFar ) */
3267 glDepthRangefOES(
4108 {"glDepthRangefOES", "(FF)V", (void *) android_glDepthRangefOES__FF },

Completed in 1444 milliseconds