Home
last modified time | relevance | path

Searched refs:glClearDepthf (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomOpenGLView.java59 gl.glClearDepthf(1.0f); in CustomOpenGLView()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt22 glClearDepthf;
DlibGLESv1_CM.map.txt23 glClearDepthf;
DlibGLESv3.map.txt49 glClearDepthf;
Dentries_gles1.in21 GL_ENTRY(void, glClearDepthf, GLfloat d)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf);
320 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearDepthf); in init_stub_library()
Dstubs_arm.cc40 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/
DGLES10.spec9 void glClearDepthf ( GLclampf depth )
DGLES20.spec18 void glClearDepthf ( GLclampf depth )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java303 void glClearDepthf( in glClearDepthf() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.09 void glClearDepthf ( GLclampf depth )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in7 void API_ENTRY(glClearDepthf)(GLfloat d) {
8 CALL_GL_API(glClearDepthf, d);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java333 public static native void glClearDepthf( in glClearDepthf() method in GLES10
DGLES20.java466 public static native void glClearDepthf( in glClearDepthf() method in GLES20
DGLErrorWrapper.java118 public void glClearDepthf(float depth) { in glClearDepthf() method in GLErrorWrapper
120 mgl.glClearDepthf(depth); in glClearDepthf()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
/frameworks/rs/driver/
DrsdGL.cpp532 RSD_CALL_GL(glClearDepthf, v); in rsdGLClearDepth()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java150 public native void glClearDepthf( in glClearDepthf() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h407 GL_API void GL_APIENTRY glClearDepthf (GLfloat d);
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf);
933 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glClearDepthf); in init_stub_library()
Dstubs_arm64.cc85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf);
933 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glClearDepthf); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm.cc85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf);
933 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glClearDepthf); in init_stub_library()
Dstubs_arm64.cc85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthf);
933 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glClearDepthf); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in52 void API_ENTRY(glClearDepthf)(GLfloat d) {
53 CALL_GL_API(glClearDepthf, d);
/frameworks/native/opengl/include/GLES2/
Dgl2.h543 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);

12