Home
last modified time | relevance | path

Searched defs:glCullFace (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java392 void glCullFace( in glCullFace() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java469 public static native void glCullFace( in glCullFace() method in GLES10
DGLErrorWrapper.java201 public void glCullFace(int mode) { in glCullFace() method in GLErrorWrapper
DGLES20.java557 public static native void glCullFace( in glCullFace() method in GLES20
DGLLogWrapper.java1413 public void glCullFace(int mode) { in glCullFace() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java286 public native void glCullFace( in glCullFace() method in GLImpl