Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dstate.cpp254 void glCullFace(GLenum mode) in glCullFace() function
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp189 void glCullFace(GLenum mode) {} in glCullFace() function
Dwrap_gles.h148 #define glCullFace wrap_glCullFace macro
/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.java555 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.java283 public native void glCullFace( in glCullFace() method in GLImpl