Home
last modified time | relevance | path

Searched refs:glDepthRangef (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt49 glDepthRangef;
DlibGLESv1_CM.map.txt56 glDepthRangef;
DlibGLESv3.map.txt94 glDepthRangef;
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec25 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
DGLES20.spec37 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java415 void glDepthRangef( in glDepthRangef() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.025 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in16 void API_ENTRY(glDepthRangef)(GLfloat n, GLfloat f) {
17 CALL_GL_API(glDepthRangef, n, f);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java502 public static native void glDepthRangef( in glDepthRangef() method in GLES10
DGLES20.java645 public static native void glDepthRangef( in glDepthRangef() method in GLES20
DGLErrorWrapper.java231 public void glDepthRangef(float near, float far) { in glDepthRangef() method in GLErrorWrapper
233 mgl.glDepthRangef(near, far); in glDepthRangef()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h497 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java316 public native void glDepthRangef( in glDepthRangef() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h410 GL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h179 #define glDepthRangef wrap_glDepthRangef macro
Dgles_undefine.h179 #undef glDepthRangef
Dgles_stubs.in109 void API_ENTRY(glDepthRangef)(GLfloat n, GLfloat f) {
110 CALL_GL_API(glDepthRangef, n, f);
Dgles_decls.in37 GL_ENTRY(void, glDepthRangef, GLfloat n, GLfloat f)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in109 void API_ENTRY(glDepthRangef)(GLfloat n, GLfloat f) {
110 CALL_GL_API(glDepthRangef, n, f);
/frameworks/native/opengl/libagl/
Dmatrix.cpp1083 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() function
/frameworks/native/opengl/include/GLES2/
Dgl2.h562 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
/frameworks/native/opengl/include/GLES3/
Dgl3.h562 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
Dgl31.h564 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
Dgl32.h564 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp883 glDepthRangef( in android_glDepthRangef__FF()

12