[go: nahoru, domu]

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

/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/libs/hwui/debug/
H A Dnullgles.cpp198 void glDepthRangef(GLfloat n, GLfloat f) {} function
H A Dunwrap_gles.h182 #undef glDepthRangef macro
H A Dwrap_gles.h182 #define glDepthRangef wrap_glDepthRangef macro
/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.java643 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
645 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/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/include/GLES/
H A Dgl.h598 GL_API 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/native/opengl/include/GLES2/
H A Dgl2.h564 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1094 void glDepthRangef(GLclampf zNear, GLclampf zFar) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp827 /* void glDepthRangef ( GLclampf zNear, GLclampf zFar ) */
831 glDepthRangef(
3214 {"glDepthRangef", "(FF)V", (void *) android_glDepthRangef__FF },
H A Dandroid_opengl_GLES20.cpp1241 /* void glDepthRangef ( GLclampf zNear, GLclampf zFar ) */
1245 glDepthRangef(
6179 {"glDepthRangef", "(FF)V", (void *) android_glDepthRangef__FF },
H A Dcom_google_android_gles_jni_GLImpl.cpp647 /* void glDepthRangef ( GLclampf zNear, GLclampf zFar ) */
651 glDepthRangef(
8520 {"glDepthRangef", "(FF)V", (void *) android_glDepthRangef__FF },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h564 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
H A Dgl31.h564 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
H A Dgl32.h564 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);

Completed in 238 milliseconds