Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dstate.cpp254 void glCullFace(GLenum mode) in glCullFace() function
/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/libs/hwui/debug/
Dgles_redefine.h145 #define glCullFace wrap_glCullFace macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java286 public native void glCullFace( in glCullFace() method in GLImpl