Home
last modified time | relevance | path

Searched defs:glDepthFunc (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp544 void glDepthFunc(GLenum func) { in glDepthFunc() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto99 glDepthFunc = 73; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp610 const GLMessage_Function GLMessage::glDepthFunc; member in android::gltrace::GLMessage
Dgltrace.pb.h943 static const Function glDepthFunc = GLMessage_Function_glDepthFunc; variable
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java407 void glDepthFunc( in glDepthFunc() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java490 public static native void glDepthFunc( in glDepthFunc() method in GLES10
DGLErrorWrapper.java219 public void glDepthFunc(int func) { in glDepthFunc() method in GLErrorWrapper
DGLES20.java629 public static native void glDepthFunc( in glDepthFunc() method in GLES20
DGLLogWrapper.java1443 public void glDepthFunc(int func) { in glDepthFunc() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java304 public native void glDepthFunc( in glDepthFunc() method in GLImpl