Searched refs:glDepthRangex (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto103 glDepthRangex = 77;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java507 // C function void glDepthRangex ( GLclampx zNear, GLclampx zFar )
509 public static native void glDepthRangex( method in class:GLES10
H A DGLErrorWrapper.java237 public void glDepthRangex(int near, int far) { method in class:GLErrorWrapper
239 mgl.glDepthRangex(near, far);
H A DGLLogWrapper.java1471 public void glDepthRangex(int near, int far) { method in class:GLLogWrapper
1472 begin("glDepthRangex");
1477 mgl.glDepthRangex(near, far);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java420 void glDepthRangex( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java321 // C function void glDepthRangex ( GLclampx zNear, GLclampx zFar )
323 public native void glDepthRangex( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h498 GLAPI void APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1100 void glDepthRangex(GLclampx zNear, GLclampx zFar) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp719 /* void glDepthRangex ( GLclampx zNear, GLclampx zFar ) */
723 glDepthRangex(
3096 {"glDepthRangex", "(II)V", (void *) android_glDepthRangex__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp653 /* void glDepthRangex ( GLclampx zNear, GLclampx zFar ) */
657 glDepthRangex(
8517 {"glDepthRangex", "(II)V", (void *) android_glDepthRangex__II },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp909 const GLMessage_Function GLMessage::glDepthRangex; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1257 static const Function glDepthRangex = GLMessage_Function_glDepthRangex; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp24925 glmsg.set_function(GLMessage::glDepthRangex);
24942 glContext->hooks->gl.glDepthRangex(n, f);
[all...]

Completed in 233 milliseconds