Home
last modified time | relevance | path

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

/frameworks/base/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/base/opengl/tools/glgen/specs/jsr239/
Dglspec-1.010 void glClearDepthx ( GLclampx depth )
/frameworks/base/opengl/libs/GLES_CM/
Dgl_api.in142 void API_ENTRY(glClearDepthx)(GLclampx 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/base/opengl/libagl/
Dstate.cpp583 void glClearDepthx(GLclampx depth) { in glClearDepthx() function
/frameworks/base/opengl/tests/angeles/include/GLES/
Dgl.h482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java152 public native void glClearDepthx( in glClearDepthx() method in GLImpl
/frameworks/base/opengl/include/GLES/
Dgl.h642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
/frameworks/base/opengl/libs/
Dglesv2dbg_functions.h35 GL_ENTRY(void, glClearDepthx, GLclampx depth)
Dentries.in33 GL_ENTRY(void, glClearDepthx, GLclampx depth)
Ddebug.in16 TRACE_GL_VOID(glClearDepthx, (GLclampx depth), (depth), 1, "GLclampx", depth)
Dtrace.in33 TRACE_GL_VOID(glClearDepthx, (GLclampx depth), (depth), 1, "GLclampx", depth)
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp231 glClearDepthx( in android_glClearDepthx__I()
Dcom_google_android_gles_jni_GLImpl.cpp357 glClearDepthx( in android_glClearDepthx__I()
/frameworks/base/api/
Dcurrent.txt12863 method public static void glClearDepthx(int);
39613 method public abstract void glClearDepthx(int);
D14.txt12863 method public static void glClearDepthx(int);
39613 method public abstract void glClearDepthx(int);