Home
last modified time | relevance | path

Searched refs:glClearDepthfOES (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt24 glClearDepthfOES;
Dentries_gles1.in22 GL_ENTRY(void, glClearDepthfOES, GLclampf depth)
Dentries.in78 GL_ENTRY(void, glClearDepthfOES, GLclampf depth)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc41 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthfOES);
321 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearDepthfOES); in init_stub_library()
Dstubs_arm64.cc41 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthfOES);
321 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearDepthfOES); in init_stub_library()
Dstubs_arm.cc41 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthfOES);
321 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearDepthfOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec81 void glClearDepthfOES ( GLclampf depth )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1000 public static native void glClearDepthfOES( in glClearDepthfOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in238 void API_ENTRY(glClearDepthfOES)(GLclampf depth) {
239 CALL_GL_API(glClearDepthfOES, depth);
/frameworks/native/opengl/include/GLES/
Dglext.h417 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3445 glClearDepthfOES( in android_glClearDepthfOES__F()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19456 method public static void glClearDepthfOES(float);
/frameworks/base/core/api/
Dcurrent.txt30387 method public static void glClearDepthfOES(float);