Home
last modified time | relevance | path

Searched refs:glDepthRangefOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java941 public static native void glDepthRangefOES( in glDepthRangefOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in244 void API_ENTRY(glDepthRangefOES)(GLclampf n, GLclampf f) {
245 CALL_GL_API(glDepthRangefOES, n, f);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h183 #define glDepthRangefOES wrap_glDepthRangefOES macro
Dunwrap_gles.h183 #undef glDepthRangefOES
/frameworks/native/opengl/include/GLES/
Dglext.h846 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2938 glDepthRangefOES( in android_glDepthRangefOES__FF()
/frameworks/native/opengl/libs/
Dentries.in164 GL_ENTRY(void, glDepthRangefOES, GLclampf n, GLclampf f)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19468 method public static void glDepthRangefOES(float, float);
/frameworks/base/api/
Dcurrent.txt25978 method public static void glDepthRangefOES(float, float);
Dsystem-current.txt28418 method public static void glDepthRangefOES(float, float);
Dtest-current.txt26047 method public static void glDepthRangefOES(float, float);