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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec19 void glDepthRangexOES ( GLclampx zNear, GLclampx zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java318 // C function void glDepthRangexOES ( GLclampx zNear, GLclampx zFar )
320 public static native void glDepthRangexOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h182 #define glDepthRangexOES wrap_glDepthRangexOES macro
H A Dgles_undefine.h182 #undef glDepthRangexOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h672 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1098 /* void glDepthRangexOES ( GLclampx zNear, GLclampx zFar ) */
1102 glDepthRangexOES(
4034 {"glDepthRangexOES", "(II)V", (void *) android_glDepthRangexOES__II },

Completed in 1382 milliseconds