Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dstate.cpp254 void glCullFace(GLenum mode) in glCullFace() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto86 glCullFace = 60; enumerator
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java392 void glCullFace( in glCullFace() method
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp701 const GLMessage_Function GLMessage::glCullFace; member in android::gltrace::GLMessage
Dgltrace.pb.h1049 static const Function glCullFace = GLMessage_Function_glCullFace; variable
/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