Searched defs:glDepthFunc (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dstate.cpp544 void glDepthFunc(GLenum func) { function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java219 public void glDepthFunc(int func) { method in class:GLErrorWrapper
221 mgl.glDepthFunc(func);
H A DGLES10.java488 // C function void glDepthFunc ( GLenum func )
490 public static native void glDepthFunc( method in class:GLES10
H A DGLLogWrapper.java1443 public void glDepthFunc(int func) { method in class:GLLogWrapper
1444 begin("glDepthFunc");
1448 mgl.glDepthFunc(func);
H A DGLES20.java627 // C function void glDepthFunc ( GLenum func )
629 public static native void glDepthFunc( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java302 // C function void glDepthFunc ( GLenum func )
304 public native void glDepthFunc( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java407 void glDepthFunc( method in interface:GL10
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp610 const GLMessage_Function GLMessage::glDepthFunc; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h943 static const Function glDepthFunc = GLMessage_Function_glDepthFunc; member in class:android::gltrace::GLMessage

Completed in 209 milliseconds