Home
last modified time | relevance | path

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

12

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

12