Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dstate.cpp544 void glDepthFunc(GLenum func) { in glDepthFunc() function
/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.java635 public static native void glDepthFunc( in glDepthFunc() method in GLES20
DGLLogWrapper.java1443 public void glDepthFunc(int func) { in glDepthFunc() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h175 #define glDepthFunc wrap_glDepthFunc macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java307 public native void glDepthFunc( in glDepthFunc() method in GLImpl