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

/frameworks/base/opengl/libagl/
H A Dstate.cpp253 void glCullFace(GLenum mode) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java201 public void glCullFace(int mode) { method in class:GLErrorWrapper
203 mgl.glCullFace(mode);
H A DGLES10.java467 // C function void glCullFace ( GLenum mode )
469 public static native void glCullFace( method in class:GLES10
H A DGLLogWrapper.java1413 public void glCullFace(int mode) { method in class:GLLogWrapper
1414 begin("glCullFace");
1418 mgl.glCullFace(mode);
H A DGLES20.java549 // C function void glCullFace ( GLenum mode )
551 public static native void glCullFace( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java280 // C function void glCullFace ( GLenum mode )
282 public native void glCullFace( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp266 const Message_Function Message::glCullFace; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h340 static const Function glCullFace = Message_Function_glCullFace; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java392 void glCullFace( method in interface:GL10

Completed in 94 milliseconds