/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | CustomOpenGLView.java | 59 gl.glClearDepthf(1.0f); in CustomOpenGLView()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 22 glClearDepthf;
|
D | libGLESv1_CM.map.txt | 23 glClearDepthf;
|
D | libGLESv3.map.txt | 49 glClearDepthf;
|
D | entries_gles1.in | 21 GL_ENTRY(void, glClearDepthf, GLfloat d)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf); 320 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearDepthf); in init_stub_library()
|
D | stubs_arm.cc | 40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf); 320 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearDepthf); in init_stub_library()
|
/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 | 466 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/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 | 150 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/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf); 933 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glClearDepthf); in init_stub_library()
|
D | stubs_arm64.cc | 85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf); 933 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glClearDepthf); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf); 933 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glClearDepthf); in init_stub_library()
|
D | stubs_arm64.cc | 85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf); 933 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glClearDepthf); in init_stub_library()
|
/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);
|