Searched refs:glClearDepthx (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto57 glClearDepthx = 31;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec10 void glClearDepthx ( GLclampx depth )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java337 // C function void glClearDepthx ( GLclampx depth )
339 public static native void glClearDepthx( method in class:GLES10
H A DGLErrorWrapper.java124 public void glClearDepthx(int depth) { method in class:GLErrorWrapper
126 mgl.glClearDepthx(depth);
H A DGLLogWrapper.java1264 public void glClearDepthx(int depth) { method in class:GLLogWrapper
1265 begin("glClearDepthx");
1269 mgl.glClearDepthx(depth);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java307 void glClearDepthx( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp584 void glClearDepthx(GLclampx depth) { function
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java151 // C function void glClearDepthx ( GLclampx depth )
153 public native void glClearDepthx( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp418 /* void glClearDepthx ( GLclampx depth ) */
422 glClearDepthx(
3079 {"glClearDepthx", "(I)V", (void *) android_glClearDepthx__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp352 /* void glClearDepthx ( GLclampx depth ) */
356 glClearDepthx(
8500 {"glClearDepthx", "(I)V", (void *) android_glClearDepthx__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp672 const GLMessage_Function GLMessage::glClearDepthx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1020 static const Function glClearDepthx = GLMessage_Function_glClearDepthx; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp17013 glmsg.set_function(GLMessage::glClearDepthx);
17024 glContext->hooks->gl.glClearDepthx(depth);

Completed in 122 milliseconds