/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 9 void glClearDepthf ( GLclampf depth )
|
D | GLES20.spec | 18 void glClearDepthf ( GLclampf depth )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 303 void glClearDepthf( in glClearDepthf() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 9 void glClearDepthf ( GLclampf depth )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 7 void API_ENTRY(glClearDepthf)(GLfloat d) { 8 CALL_GL_API(glClearDepthf, d);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 333 public static native void glClearDepthf( in glClearDepthf() method in GLES10
|
D | GLES20.java | 464 public static native void glClearDepthf( in glClearDepthf() method in GLES20
|
D | GLErrorWrapper.java | 118 public void glClearDepthf(float depth) { in glClearDepthf() method in GLErrorWrapper 120 mgl.glClearDepthf(depth); in glClearDepthf()
|
D | GLLogWrapper.java | 1255 public void glClearDepthf(float depth) { in glClearDepthf() method in GLLogWrapper 1260 mgl.glClearDepthf(depth); in glClearDepthf()
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 589 void glClearDepthf(GLclampf depth) in glClearDepthf() function
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 181 void glClearDepthf(GLfloat d) {} in glClearDepthf() function
|
D | wrap_gles.h | 94 #define glClearDepthf wrap_glClearDepthf macro
|
D | unwrap_gles.h | 94 #undef glClearDepthf
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 526 RSD_CALL_GL(glClearDepthf, v); in rsdGLClearDepth()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 147 public native void glClearDepthf( in glClearDepthf() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 52 void API_ENTRY(glClearDepthf)(GLfloat d) { 53 CALL_GL_API(glClearDepthf, d);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
D | gl31.h | 545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
D | gl32.h | 545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 531 glClearDepthf( in android_glClearDepthf__F()
|
D | android_opengl_GLES20.cpp | 706 glClearDepthf( in android_glClearDepthf__F()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 75 GL_ENTRY(void, glClearDepthf, GLfloat d)
|