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

/frameworks/native/opengl/libagl/
H A Dstate.cpp254 void glCullFace(GLenum mode) function
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp189 void glCullFace(GLenum mode) {} function
H A Dunwrap_gles.h148 #undef glCullFace macro
H A Dwrap_gles.h148 #define glCullFace wrap_glCullFace macro
/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.java553 // C function void glCullFace ( GLenum mode )
555 public static native void glCullFace( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java281 // C function void glCullFace ( GLenum mode )
283 public native void glCullFace( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java392 void glCullFace( method in interface:GL10

Completed in 164 milliseconds