Searched refs:glDepthRangef (Results 1 - 19 of 19) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto101 glDepthRangef = 75;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec25 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
H A DGLES20.spec37 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java500 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
502 public static native void glDepthRangef( method in class:GLES10
H A DGLErrorWrapper.java231 public void glDepthRangef(float near, float far) { method in class:GLErrorWrapper
233 mgl.glDepthRangef(near, far);
H A DGLES20.java639 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
641 public static native void glDepthRangef( method in class:GLES20
H A DGLLogWrapper.java1461 public void glDepthRangef(float near, float far) { method in class:GLLogWrapper
1462 begin("glDepthRangef");
1467 mgl.glDepthRangef(near, far);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java415 void glDepthRangef( method in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h510 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h497 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java314 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
316 public native void glDepthRangef( method in class:GLImpl
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1094 void glDepthRangef(GLclampf zNear, GLclampf zFar) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp612 const GLMessage_Function GLMessage::glDepthRangef; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h945 static const Function glDepthRangef = GLMessage_Function_glDepthRangef; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp1432 glmsg.set_function(GLMessage::glDepthRangef);
1449 glContext->hooks->gl.glDepthRangef(zNear, zFar);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp515 /* void glDepthRangef ( GLclampf zNear, GLclampf zFar ) */
519 glDepthRangef(
3843 {"glDepthRangef", "(FF)V", (void *) android_glDepthRangef__FF },
H A Dandroid_opengl_GLES20.cpp882 /* void glDepthRangef ( GLclampf zNear, GLclampf zFar ) */
886 glDepthRangef(
6059 {"glDepthRangef", "(FF)V", (void *) android_glDepthRangef__FF },
H A Dcom_google_android_gles_jni_GLImpl.cpp643 /* void glDepthRangef ( GLclampf zNear, GLclampf zFar ) */
647 glDepthRangef(
8516 {"glDepthRangef", "(FF)V", (void *) android_glDepthRangef__FF },

Completed in 470 milliseconds