HomeSort by relevance Sort by last modified time
    Searched defs:glDepthFunc (Results 1 - 14 of 14) sorted by null

  /frameworks/base/opengl/libagl/
state.cpp 540 void glDepthFunc(GLenum func) {
  /external/quake/quake/src/WinQuake/
glquake.h 346 #define glDepthFunc(...) do { glDepthFunc(__VA_ARGS__); GLCHECK("glDepthFunc");} while(0)
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 301 // C function void glDepthFunc ( GLenum func )
303 public native void glDepthFunc(
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 184 public void glDepthFunc(int func) {
185 mgl.glDepthFunc(func);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 488 // C function void glDepthFunc ( GLenum func )
490 public static native void glDepthFunc(
    [all...]
GLES20.java     [all...]
GLErrorWrapper.java 219 public void glDepthFunc(int func) {
221 mgl.glDepthFunc(func);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 407 void glDepthFunc(
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 32 milliseconds