Home
last modified time | relevance | path

Searched refs:glClearDepthx (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt25 glClearDepthx;
Dentries_gles1.in23 GL_ENTRY(void, glClearDepthx, GLfixed depth)
Dentries.in79 GL_ENTRY(void, glClearDepthx, GLfixed depth)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthx);
322 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearDepthx); in init_stub_library()
Dstubs_arm.cc42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClearDepthx);
322 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClearDepthx); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec10 void glClearDepthx ( GLclampx depth )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java307 void glClearDepthx( in glClearDepthx() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.010 void glClearDepthx ( GLclampx depth )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in142 void API_ENTRY(glClearDepthx)(GLfixed depth) {
143 CALL_GL_API(glClearDepthx, depth);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java339 public static native void glClearDepthx( in glClearDepthx() method in GLES10
DGLErrorWrapper.java124 public void glClearDepthx(int depth) { in glClearDepthx() method in GLErrorWrapper
126 mgl.glClearDepthx(depth); in glClearDepthx()
DGLLogWrapper.java1264 public void glClearDepthx(int depth) { in glClearDepthx() method in GLLogWrapper
1269 mgl.glClearDepthx(depth); in glClearDepthx()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java156 public native void glClearDepthx( in glClearDepthx() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h452 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp518 glClearDepthx( in android_glClearDepthx__I()
Dcom_google_android_gles_jni_GLImpl.cpp302 glClearDepthx( in android_glClearDepthx__I()
/frameworks/base/core/api/
Dcurrent.txt27884 method public static void glClearDepthx(int);
56969 method public void glClearDepthx(int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18892 method public static void glClearDepthx(int);
51814 method public abstract void glClearDepthx(int);