/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 22 glClearDepthf;
|
D | libGLESv1_CM.map.txt | 23 glClearDepthf;
|
D | libGLESv3.map.txt | 49 glClearDepthf;
|
/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()
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 589 void glClearDepthf(GLclampf depth) in glClearDepthf() function
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 532 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 | 407 GL_API void GL_APIENTRY glClearDepthf (GLfloat d);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 91 #define glClearDepthf wrap_glClearDepthf macro
|
D | gles_undefine.h | 91 #undef glClearDepthf
|
D | gles_stubs.in | 52 void API_ENTRY(glClearDepthf)(GLfloat d) { 53 CALL_GL_API(glClearDepthf, d);
|
D | gles_decls.in | 18 GL_ENTRY(void, glClearDepthf, GLfloat d)
|
/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 | 543 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 543 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
D | gl31.h | 545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 543 glClearDepthf( in android_glClearDepthf__F()
|